Skip to content

Commit 90f89d1

Browse files
author
Obada Haddad
committed
add ssl_trusted_certificate for custom CAs
1 parent 9e5e2a4 commit 90f89d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)