Saturday, April 16, 2016

How to avoid `Enter PEM pass phrase:` in Nginx

To avoid `Enter PEM pass phrase:`, add the following to `conf/nginx.conf`:

ssl_password_file    /home/izeye/global.pass;

Reference:
http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_password_file

No comments:

Post a Comment