Decrypting a private key
18 Jul
At this moment I’m using this command a lot so I thought it would come in handy to write a seperate article about it (easier to find). The command you use to convert a private key to PEM format is……..
openssl rsa -in [keyfile-encrypted.key] -outform PEM -out [keyfile-decrypted-pem.key]
Comments