Add ACME_ROOT_CA documentation

pull/231/head
mlainez 2022-03-07 10:01:28 +01:00
rodzic d71a5be125
commit bfdfcd8c2f
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -42,3 +42,7 @@ You can configure deployment settings by placing special variables in an `ENV` f
* `NGINX_HTTPS_ONLY`: tell nginx to auto-redirect non-SSL traffic to SSL site
* `NGINX_INCLUDE_FILE`: a file in the app's dir to include in nginx config `server` section - useful for including custom nginx directives.
* `NGINX_ALLOW_GIT_FOLDERS`: (boolean) allow access to `.git` folders (default: false, blocked)
## Acme Settings
* `ACME_ROOT_CA`: set the certificate authority that Acme should use to generate public ssl certificates (string, default: `letsencrypt.org`)