]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
fixed CA url in example config
authorLukas Schauer <lukas@schauer.so>
Tue, 13 Mar 2018 20:08:20 +0000 (21:08 +0100)
committerLukas Schauer <lukas@schauer.so>
Tue, 13 Mar 2018 20:08:20 +0000 (21:08 +0100)
docs/examples/config

index 1aa7d6346bdda9b02c512a86d61044002c9eda67..665704d89f11ce9677acd10677ea53381cf9b86a 100644 (file)
 # default: <unset>
 #IP_VERSION=
 
-# Path to certificate authority (default: https://acme-v01.api.letsencrypt.org/directory)
-#CA="https://acme-v01.api.letsencrypt.org/directory"
+# Path to certificate authority (default: https://acme-v02.api.letsencrypt.org/directory)
+#CA="https://acme-v02.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=
+# default: https://acme-v01.api.letsencrypt.org/directory
+#OLDCA="https://acme-v01.api.letsencrypt.org/directory"
 
 # Which challenge should be used? Currently http-01 and dns-01 are supported
 #CHALLENGETYPE="http-01"