diff options
author | Christian Hesse <mail@eworm.de> | 2020-12-21 00:02:49 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-05-18 16:33:35 +0200 |
commit | 4427cabd0eac9f8a5b18f939198284621933fa36 (patch) | |
tree | 9489229551f3b69ccf291af2288925eeee564fae /global-config-overlay | |
parent | f2433b8091a7966db6cf2a8bc6890e576b592d13 (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-config-overlay')
-rw-r--r-- | global-config-overlay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config-overlay b/global-config-overlay index 6ff1a9e..f90abd6 100644 --- a/global-config-overlay +++ b/global-config-overlay @@ -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. |