sudo openvpn --config vpn-config.ovpn
converting .p12 -> seperate cert
openssl pkcs12 -nocerts -in file.p12 -out priv_key.pem
openssl pkcs12 -nokeys -clcerts -in file.p12 -out user_cert.pem
openssl pkcs12 -nokeys -cacerts -in file.p12 -out ca_cert.pem
Then use these 3 files at the OpenVPN configuration, mine is working fine now. I do not know if openssl is installed by default at Lucid, but it is in the repositories.
No comments:
Post a Comment
Terima kasih