Changes between Version 1 and Version 2 of Ticket #1075, comment 9


Ignore:
Timestamp:
02/03/21 22:40:21 (3 years ago)
Author:
kwinz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1075, comment 9

    v1 v2  
    11I was able to make this work with OpenVPN 2.5.0 on Win10 amd64.
     2
    23But the documentation is wrong: It says that for the {{{pkcs11-id}}} you can directly use the output of {{{openvpn --show-pkcs11-ids}}}. But in reality you first have to convert the serialized id via this guide: https://mujadin.se/suse/openvpn/ And that also wasn't sufficient beause it was still missing the proper ID 00 at the end and replace all % with \0. And if you get it wrong you get an error or assertion error.
     4
    35I sumarized the struggle in this forum thread https://forums.openvpn.net/viewtopic.php?f=22&t=31762
    46The {{{openvpn --show-pkcs11-ids}}} needs to be changed to directly output the {{{pkcs11-id}}} that can be used. Can we track this effort via this issue or should I open a new one?