Is the Serialized Id field OpenVPN specific ?

How to customize and extend your OpenVPN installation.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
nelson777
OpenVpn Newbie
Posts: 2
Joined: Mon Jun 11, 2012 9:03 pm

Is the Serialized Id field OpenVPN specific ?

Post by nelson777 » Mon Jun 11, 2012 9:09 pm

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

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Is the Serialized Id field OpenVPN specific ?

Post by janjust » Mon Jun 11, 2012 9:53 pm

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.

Post Reply