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 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
# Comment or remove to disable news and change notifications.
:global GlobalConfigVersion 51;
:global GlobalConfigVersion 52;
# Copy configuration from global-config here and modify it.