Export Certificate with Private Key from ESKM

This topic is similar for both Linux and windows operating systems.

  1. Enter the password to export the key.


tmpe9ggw38j.jpg

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