Remove passphrase from the private key using openssl
Run this command:
openssl rsa -in {{ original.key }} -out {{ new.key }}
Enter the passphrase for the original key when asked. The output file
{{ new.key }}
should now be unencrypted.