update Let's Encrypt trust chain

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
This commit is contained in:
Christian Hesse 2020-12-21 00:02:49 +01:00
parent f2433b8091
commit 4427cabd0e
4 changed files with 5 additions and 3 deletions

View file

@ -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;