diff options
author | Christian Hesse <mail@eworm.de> | 2018-12-20 15:55:40 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-12-20 15:55:40 +0100 |
commit | 44be3d8d07da80bfb0610b92763a2fded466a01e (patch) | |
tree | 3efb714054e045e0c1d72d6b16bc20fd024111ea /global-config | |
parent | ee49fe31848d4e2d2990679e47d9abb033d8c337 (diff) |
check-certificates: support auto-renew of certificates
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/global-config b/global-config index be0392a..2312c78 100644 --- a/global-config +++ b/global-config @@ -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" "-"; |