mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 10:14:56 +02:00
check-certificates: support auto-renew of certificates
This commit is contained in:
parent
ee49fe3184
commit
44be3d8d07
2 changed files with 49 additions and 10 deletions
|
@ -90,6 +90,11 @@
|
|||
"global-config"
|
||||
}
|
||||
|
||||
# Use this for certificate auto-renew
|
||||
:global "cert-renew-url" "";
|
||||
#:global "cert-renew-url" "https://example.com/certificates/";
|
||||
:global "cert-renew-pass" "v3ry-s3cr3t";
|
||||
|
||||
# Do *NOT* change these!
|
||||
:global "sent-routeros-update-notification" "-";
|
||||
:global "sent-lte-firmware-update-notification" "-";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue