Hello,
I'm using openvpn to establish a VPN on a software I'm developing in Pyhton. I'm using PyKCS11 and M2Crypto to extract certificate information, but I can't find a way to read "Serialized ID" field. Is this field OpenVPN specific ? How can I read this field from a certificate ou token slot ?
-Nelson
Is the Serialized Id field OpenVPN specific ?
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVpn Newbie
- Posts: 2
- Joined: Mon Jun 11, 2012 9:03 pm
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: Is the Serialized Id field OpenVPN specific ?
the serialized ID is retrieved using the pkcs11 helper library; it is probably best to simply call openvpn using '--show-pkcs11-ids' to retrieve the list of IDs as openvpn sees them . That way it will be forward compatible.