Better default certificates folder
Mapped as Docker Nginx image
This commit is contained in:
parent
6dd4cc27ed
commit
a4c9e2da8e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue