How to make your Apache SSL cert not request a password

I’m going to start writing these things in my Blog so I can remember them myself.

Consider this a micro-blog entry….

How To Make Apache Not Prompt for a Password with an SSL Certificate :

cp server.key server.key.org

openssl rsa -in server.key.org -out server.key

This makes your server.key not require a password.

Warning: this may mean your key can be compromised, so be sure to keep it safe after you do this.

Posted On 2009-02-11 00:05:00 UTC by Jiva DeVoe
Back
Comments: