diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-23 13:51:51 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-24 21:51:56 +0100 |
commit | eaeda375e27c9909cb49913ef26d9984d541c637 (patch) | |
tree | 7ab209f692f3215e56f6f7acacf264d0bc0b4976 /global-functions | |
parent | 8a366f035d4ac940166cbb7923654d5b2bf8a6da (diff) |
certs: remove obsolote certificate "Let's Encrypt Authority X3"change-47
Let's Encrypt started issuing certificates from "R3" intermediate on
December 2nd. All certificates should be renewed by now...
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index cc01ed3..79e0ea6 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 46; +:global ExpectedConfigVersion 47; # global variables not to be changed by user :global GlobalFunctionsReady false; |