diff options
author | Christian Hesse <mail@eworm.de> | 2024-06-20 09:52:17 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-06-21 15:57:04 +0200 |
commit | 3f51ebc125384e0fbdcb148962f81e382e07ca90 (patch) | |
tree | 304284323d54c275efc4c8bae48314e4cc93056b /mod | |
parent | d1693a241b0ec444d7ad469681e4ba81c1b398df (diff) |
certs: R3 / R10 -> ISRG Root X1
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notification-ntfy.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notification-ntfy.rsc b/mod/notification-ntfy.rsc index 4413f07..cdc10e7 100644 --- a/mod/notification-ntfy.rsc +++ b/mod/notification-ntfy.rsc @@ -98,7 +98,7 @@ :do { :if ($NtfyServer = "ntfy.sh") do={ - :if ([ $CertificateAvailable "R3" ] = false) do={ + :if ([ $CertificateAvailable "ISRG Root X1" ] = false) do={ $LogPrint warning $0 ("Downloading required certificate failed."); :error false; } |