use presets for some CAs instead of requiring full urls

This commit is contained in:
Lukas Schauer
2020-09-14 16:37:10 +02:00
parent 42a0fc9a5e
commit a9a64c9fd0
2 changed files with 16 additions and 3 deletions

View File

@@ -21,8 +21,10 @@
# default: <unset>
#IP_VERSION=
# Path to certificate authority (default: https://acme-v02.api.letsencrypt.org/directory)
#CA="https://acme-v02.api.letsencrypt.org/directory"
# URL to certificate authority or internal preset
# Presets: letsencrypt, zerossl
# default: letsencrypt
#CA="letsencrypt"
# Path to old certificate authority
# Set this value to your old CA value when upgrading from ACMEv1 to ACMEv2 under a different endpoint.