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 | |
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')
-rw-r--r-- | global-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config b/global-config index a02d840..6730a45 100644 --- a/global-config +++ b/global-config @@ -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'! -:global GlobalConfigVersion 51; +:global GlobalConfigVersion 52; # This is used for DNS and backup file. :global Domain "example.com"; |