Hi.
I config my web server with ssl encrypt, when I start Nginx, I noticed
nginx will ask me for PEM passphrase, How can I config nginx that can
let it automatically enter the passphrase?
Regards.
filebackup
Posted at Nginx Forum:
Hi.
I config my web server with ssl encrypt, when I start Nginx, I noticed
nginx will ask me for PEM passphrase, How can I config nginx that can
let it automatically enter the passphrase?
Regards.
filebackup
Posted at Nginx Forum:
your best bet is to remove the password from the ssl certificate:
example (assumes key file is named www.yourdomain.com.key):
openssl rsa -in www.yourdomain.com.key -out www.yourdomain.com.key
you will be asked for your password, and then the keyfile will be
overwritten with a version that does not require a password to be
used.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs