Remove openssl key password
Jump to navigation
Jump to search
Removeing a password from a private key helps during system start, because nobody will enter a password during that phase.
openssl rsa -in example_key.pem -out example_nopwd_key.pem
You will be asked to enter the key once to decrypt the private key from example_key.pem