prepared future migration to new acmev2 endpoint

This commit is contained in:
Lukas Schauer
2018-02-07 00:46:02 +01:00
parent 2eedd69ee9
commit 5940c55e18
2 changed files with 20 additions and 1 deletions

View File

@@ -24,6 +24,13 @@
# Path to certificate authority (default: https://acme-v01.api.letsencrypt.org/directory)
#CA="https://acme-v01.api.letsencrypt.org/directory"
# Path to old certificate authority
# Set this value to your old CA value when upgrading from ACMEv1 to ACMEv2 under a different endpoint.
# If dehydrated detects an account-key for the old CA it will automatically reuse that key
# instead of registering a new one.
# default: <unset>
#OLDCA=
# Which challenge should be used? Currently http-01 and dns-01 are supported
#CHALLENGETYPE="http-01"