check-certificates: support multiple passphrases

This commit is contained in:
Christian Hesse 2019-04-01 22:45:38 +02:00
parent 40201ac1ea
commit 594aef2aab
4 changed files with 10 additions and 4 deletions

View file

@ -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";
}