web: Added LETSENCRYPT_ACME_SERVER environment variable

You can set it when default zerossl doesnt work for you.
For example your server located in the country blocked by ZeroSSL.
This commit is contained in:
HighwayStar
2025-03-06 17:35:28 +08:00
committed by GitHub
parent f8361f093c
commit 8fd3d5952b
3 changed files with 11 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ TZ=UTC
# Use the staging server (for avoiding rate limits while testing)
#LETSENCRYPT_USE_STAGING=1
# Set ACME server. Default is zerossl, you can peek one at https://github.com/acmesh-official/acme.sh/wiki/Server
#LETSENCRYPT_ACME_SERVER="letsencrypt"
#
# Etherpad integration (for document sharing)