aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-04-01 22:45:38 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-04-01 22:45:38 +0200
commit594aef2aab8cc14a2d87b9ce23f00429559588d6 (patch)
tree9b8038ec1de4cb3a28859a74c5a82ced87ceefd2 /global-config
parent40201ac1ea8e27492587d0cebdd0d6b8c24b733a (diff)
check-certificates: support multiple passphraseschange-3
Diffstat (limited to 'global-config')
-rw-r--r--global-config7
1 files changed, 5 insertions, 2 deletions
diff --git a/global-config b/global-config
index 2a75b66..b57c212 100644
--- a/global-config
+++ b/global-config
@@ -6,7 +6,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
-:global GlobalConfigVersion 2;
+:global GlobalConfigVersion 3;
# This is used for DNS and backup file.
:global Domain "example.com";
@@ -97,4 +97,7 @@
# Use this for certificate auto-renew
:global CertRenewUrl "";
#:global CertRenewUrl "https://example.com/certificates/";
-:global CertRenewPass "v3ry-s3cr3t";
+:global CertRenewPass {
+ "v3ry-s3cr3t";
+ "4n0th3r-s3cr3t";
+}