Menu
Get the latest news and updates! Sign up for our mailing list!
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.