This is a discussion on Apache-SSL within the Linux Web Servers forums, part of the Web Server and Related Forums category; How in the Apaceh-SLL do you remove the PEM Pass PHrase from start up?? A server crashes and 8 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
How in the Apaceh-SLL do you remove the PEM Pass PHrase from
start up?? A server crashes and 8 to 12 hours of E-commerce could be lost. -- Member - Liberal International This is doctor@nl2k.ab.ca Ici doctor@nl2k.ab.ca God Queen and country! Beware Anti-Christ rising! Microsoft is not the solution; it is the question; what is the answer?? NO!! |
|
|||
|
doctor@doctor.nl2k.ab.ca (The Doctor) writes:
> How in the Apaceh-SLL do you remove the PEM Pass PHrase from > start up?? Modify the key file so it doesn't have a passphrase. openssl rsa -in server.key.old -out server.key.new (assuming an RSA key) -- Chris |