RE: How to setup NM VPN ?



Hi Dan, thank you ! 

You are right !
What I did: (for any else which may have interest in this setup)

As you suggested I split/converted the mypkcs-file.p12 file in two pieces: user.pem and key.pem:
[code]
openssl pkcs12 -in mypkcs-file.p12 -out user.pem -nodes -clcerts -nokeys
openssl pkcs12 -in mypkcs-file.p12 -out key.pem -nodes -nocerts
[/code]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]