mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-30 15:54:56 +02:00
check-certificates: support multiple passphrases
This commit is contained in:
parent
40201ac1ea
commit
594aef2aab
4 changed files with 10 additions and 4 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue