[strongSwan] loading private key file is failing with charon, when trying to establish IPsec tunnel with certifiactes.

Tobias Brunner tobias at strongswan.org
Mon Jun 3 11:47:49 CEST 2013


Hi Bhargav,

> openssl pkcs8 -nocrypt -in key8.pem -out key1.pem

Unfortunately, this command produces another PKCS#8 encoded file.

Please try

    openssl rsa -in key8.pem -out key1.pem

to export the RSA key in PKCS#1 format.

Regards,
Tobias




More information about the Users mailing list