Skip to content

Commit 22b3a15

Browse files
author
Obada Haddad
committed
add ssl_trusted_certificate for custom CAs
1 parent bdb2733 commit 22b3a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/nginx.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ http {
4747
acme_issuer letsencrypt {
4848
uri https://acme-v02.api.letsencrypt.org/directory;
4949
contact ${EMAIL};
50+
#ssl_trusted_certificate /path/to/root_ca.crt;
5051
state_path /var/cache/nginx/acme-letsencrypt;
5152

5253
accept_terms_of_service;
@@ -92,7 +93,6 @@ http {
9293

9394
proxy_pass http://django:8000;
9495
}
95-
# MinIO console
9696
include extra/maintenance.conf;
9797

9898
}

0 commit comments

Comments
 (0)