Exporting Certificate with Private Key from ESKM

  1. Enter the password to export the key.

tmprn64f82c.png

Export Certificate with Private Key window

  1. Converting PKCS#12 key into PEM using OpenSSL.

›_ Console

# openssl pkcs12 -in <key name.p12> -nodes -nocerts | openssl rsa -out key.pem