aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-12-21 00:02:49 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-05-18 16:33:35 +0200
commit4427cabd0eac9f8a5b18f939198284621933fa36 (patch)
tree9489229551f3b69ccf291af2288925eeee564fae /global-functions
parentf2433b8091a7966db6cf2a8bc6890e576b592d13 (diff)
update Let's Encrypt trust chainchange-52
Drop 'DST Root CA X3', use 'ISRG Root X1' instead. The migration code makes sure that... * the intermediate certificate 'R3' is signed by 'ISRG Root X1' * 'ISRG Root X1' is self-signed, not cross-signed by 'DST Root CA X3' * 'DST Root CA X3' is finally gone
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index 92995c9..86a6494 100644
--- a/global-functions
+++ b/global-functions
@@ -8,7 +8,7 @@
# https://git.eworm.de/cgit/routeros-scripts/about/
# expected configuration version
-:global ExpectedConfigVersion 51;
+:global ExpectedConfigVersion 52;
# global variables not to be changed by user
:global GlobalFunctionsReady false;