Here we go...

Attached is a patch which enables PKCS #12 support i OpenVPN 2.0 beta7. It adds the option --pkcs12 filename, where filename should be a .p12 file contain the private key, certificate and CA cert.

I've tested on Linux both as Server and Client.

You can build this .p12 file from your PEM fiels with:

openssl pkcs12 -export -inkey $1.key -in $1.crt -certfile ca.crt \
-out $1.p12

Enjoy!

--
_____________________________________________________________
Mathias Sundman                  (^)   ASCII Ribbon Campaign
SunGard Availability Services     X    NO HTML/RTF in e-mail
Tel: +46-(0)8-666 32 28          / \   NO Word docs in e-mail

Attachment: openvpn-2.0_beta7-pkcs12.patch
Description: Binary data

Reply via email to