Decrypt PEM ssl certificate

Starting a secure server like Apache, Postfix, Dovecot etc needs passphrase submission at startup… so it’s a problem start these services at book.
The solution is decrypting the certificate private key with the following command:
openssl rsa -in priv.key -out decrypted-priv.key

Share

Leave a Reply

Your e-mail address will not be published. Required fields are marked *