On Tuesday 16 October 2007 13:11, Tony Heal wrote: > This is a problem if I have a power loss as apache will wait in the > background until it receives a pass phrase. Is there a way around this > without regenerating the server.key?
Yes, there is. The "openssl" command line utility won't let you create a passphraseless key, but it will let you remove the password from an existing key. Just do a command like this: $ mv foo.key foo.temp $ openssl -in foo.temp -out foo.key You'll have to enter the passphrase for the openssl command, but it will let you create the output (foo.key) without a passphrase. Scott -- ----------------------------------------------------------------------------- Scott D. COURTNEY, Principal Engineer Sine Nomine Associates [EMAIL PROTECTED] http://www.sinenomine.net/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]