Menu
picture of tbs certificates
picture of tbs certificates
Certificates
Our products range
Partners
Support
Focus


OpenSSL: deactivate the RSA key password (.PKEY)

To get rid of your private key password (created with genrsa or keybot
or file containing -----BEGIN ENCRYPTED PRIVATE KEY-----)
and obtain a free-of-password PEM private key, use:

openssl rsa -in key-file-with-password.pkey -out key-file-without-password.key

Useful links