From bfdfcd8c2fd9113c17a23a11b9ab39a7c5a04446 Mon Sep 17 00:00:00 2001 From: mlainez Date: Mon, 7 Mar 2022 10:01:28 +0100 Subject: [PATCH] Add ACME_ROOT_CA documentation --- docs/ENV.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ENV.md b/docs/ENV.md index ab95466..72565c9 100644 --- a/docs/ENV.md +++ b/docs/ENV.md @@ -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`) \ No newline at end of file