Better default certificates folder

Mapped as Docker Nginx image
This commit is contained in:
Léo Colombaro 2019-02-10 22:13:25 +01:00
parent 6dd4cc27ed
commit a4c9e2da8e
No known key found for this signature in database
GPG Key ID: 687B480A6D4F735F
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
# https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_client_certificate # https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_client_certificate
# (1) # (1)
ssl_certificate /etc/nginx/default_ssl.crt; ssl_certificate /etc/nginx/certs/default.crt;
ssl_certificate_key /etc/nginx/default_ssl.key; ssl_certificate_key /etc/nginx/certs/default.key;
# (2) # (2)
# ssl_trusted_certificate /path/to/ca.crt; # ssl_trusted_certificate /path/to/ca.crt;