Failed to acquire SSL private key '/etc/pki/tls/private/server.key': error:0906406D:PEM routines:PEM_def_callback:problems getting password
solution:- remove password from your server.key file.
Command which you can used.
[root@ramank ssl]# openssl rsa -in server.key.ORIG -out server.key
Enter pass phrase for server.key.secure:
writing RSA key
Done
solution:- remove password from your server.key file.
Command which you can used.
[root@ramank ssl]# openssl rsa -in server.key.ORIG -out server.key
Enter pass phrase for server.key.secure:
writing RSA key
Done

