Changes between Initial Version and Version 1 of Ticket #1075, comment 9
- Timestamp:
- 02/03/21 22:37:01 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1075, comment 9
initial v1 1 1 I was able to make this work with OpenVPN 2.5.0 on Win10 amd64. 2 But the documentation is wrong: It says that 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.2 But 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. 3 3 I sumarized the struggle in this forum thread https://forums.openvpn.net/viewtopic.php?f=22&t=31762 4 4 The {{{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?