mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 01:34:32 +02:00
check-certificates: make the certificate renewal time configurable
This commit is contained in:
parent
be75772256
commit
010e2d6b05
5 changed files with 7 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
:global GlobalConfigVersion 39;
|
||||
:global GlobalConfigVersion 40;
|
||||
|
||||
# This is used for DNS and backup file.
|
||||
:global Domain "example.com";
|
||||
|
@ -142,6 +142,7 @@
|
|||
# Use this for certificate auto-renew
|
||||
:global CertRenewUrl "";
|
||||
#:global CertRenewUrl "https://example.com/certificates/";
|
||||
:global CertRenewTime 3w;
|
||||
:global CertRenewPass {
|
||||
"v3ry-s3cr3t";
|
||||
"4n0th3r-s3cr3t";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue