How to remove the Key Passphrase from PEM file using OPENSSL October 15, 2020 Hitechca Please use below command to extract the Key file without password openssl rsa -in key.pem -out key_with_no_pw.key