Nginx ssl

hi i would like to get nginx to start automatically
if the server should crash. i am using ssl and ever
time i start nginx it askes me for my passphrase.

is there a way to set this so it doesn’t ask
so that it can start unattended.

thanks

chris


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around

On Mon, Oct 22, 2007 at 11:03:08PM -0700, Eire A. wrote:

hi i would like to get nginx to start automatically
if the server should crash. i am using ssl and ever
time i start nginx it askes me for my passphrase.

is there a way to set this so it doesn’t ask
so that it can start unattended.

You should remove password from certificate key.
I do not know easy and safe way to hide password. mod_ssl’s
SSLPassPhraseDialog (
mod_ssl: Reference )
is not this way.

Igor S. wrote:

I do not know easy and safe way to hide password. mod_ssl’s
SSLPassPhraseDialog ( mod_ssl: Reference )
is not this way.

I ran across this problem recently and had to remove the passphrase for
the exact same reason. I found a useful link:

http://help.metaltoad.com/apache/removing-a-passphrase-from-an-ssl-key.html

hth
Mike

thanks guys !!

Mike [email protected] wrote:

Igor S. wrote:

I do not know easy and safe way to hide password. mod_ssl’s
SSLPassPhraseDialog ( mod_ssl: Reference )
is not this way.

I ran across this problem recently and had to remove the passphrase for
the exact same reason. I found a useful link:

hth
Mike


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around