Remove password from SSL certificate key
Because I never remember: here is how to remove the password from a key to a SSL certificate:
openssl rsa -in they_key_file.key -out they_key_file_no_password.key
Open Source Software and publications by Christian Kruse
Because I never remember: here is how to remove the password from a key to a SSL certificate:
openssl rsa -in they_key_file.key -out they_key_file_no_password.key