diff options
author | Christian Hesse <mail@eworm.de> | 2023-10-26 11:52:50 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-10-26 22:15:05 +0200 |
commit | 8f75c17e0be4835f216b9cb7aaf697182346f4c9 (patch) | |
tree | 9a977f3c81a2c1db14a9aa4fa0217624894cfd65 /global-functions | |
parent | 61834297d7380cf2b211b557f1b10f45150aa1ea (diff) |
global: switch eworm.de to new certificate chain (E1 / ISRG Root X2)
old chain: R3 / ISRG Root X1
new chain: E1 / ISRG Root X2
No user interaction or migration is required for existing installations
as we install 'E1' and 'ISRG Root X2' for some time already.
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/global-functions b/global-functions index ce55b15..431a343 100644 --- a/global-functions +++ b/global-functions @@ -54,10 +54,6 @@ :global SymbolForNotification; :global ValidateSyntax; - :if ([ $CertificateAvailable "R3" ] = false) do={ - $LogPrintExit2 warning $0 ("Downloading certificate failed, trying without.") false; - } - :if ([ $CertificateAvailable "E1" ] = false) do={ $LogPrintExit2 warning $0 ("Downloading certificate failed, trying without.") false; } |