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.