This is a discussion on Disable SSL Enter pass phrase within the Linux Web Servers forums, part of the Web Server and Related Forums category; Every time I restart Apache I'm always getting the "Enter pass phrase" because of an installed SSL ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Every time I restart Apache I'm always getting the "Enter pass phrase"
because of an installed SSL certificate. How do I disable this message? [root@pcconnect_net ssl.crt]# /etc/rc.d/init.d/httpd restart Stopping httpd: [ OK ] Starting httpd: Apache/2.0.40 mod_ssl/2.0.40 (Pass Phrase Dialog) Some of your private key files are encrypted for security reasons. In order to read them you have to provide us with the pass phrases. Server pcconnect.net:443 (RSA) Enter pass phrase: Ok: Pass Phrase Dialog successful. |
|
|||
|
Jibba Jabba wrote:
> > Every time I restart Apache I'm always getting the "Enter pass phrase" > because of an installed SSL certificate. How do I disable this message? You have to save your certificate in an unencrypted format. Read doc/HOWTO/keys.txt from the openssl directory. Bye! |
|
|||
|
> Every time I restart Apache I'm always getting the "Enter pass phrase"
> because of an installed SSL certificate. How do I disable this message? You should look at SSLPassPhraseDialog directive. Or do people use passwordless certificates (is that possible?) / Jarde |