Page 1 of 1
OpenVPN PKCS#12 Cert+Key
Posted: Tue Mar 05, 2013 5:17 am
by pelowj
What's the best way to generate a PKCS#12 Cert+Key file for an OpenVPN client?
It seems that this is required for iOS 6's VPN-on-demand solution.
Cheers,
JP
Re: OpenVPN PKCS#12 Cert+Key
Posted: Wed Mar 06, 2013 11:29 am
by pelowj
Have it working now.
For your information, you can create the p12 file from the files downloaded from Gargoyle. In the terminal, change to the directory and enter the following command:
Code: Select all
openssl pkcs12 -export -inkey client_1.key -in client_1.crt -certfile ca.crt -out client_1.p12
You should now have a client_1.p12 file which you can use with iOS.
BeirigĂ bua,
JP