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

_______________________________________________
Users mailing list
Users@lists.strongswan.org
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to