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
Last edited on 07/19/2021 07:56:33 --- [search]