aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notification-ntfy.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-06-20 09:52:17 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-06-21 15:57:04 +0200
commit3f51ebc125384e0fbdcb148962f81e382e07ca90 (patch)
tree304284323d54c275efc4c8bae48314e4cc93056b /mod/notification-ntfy.rsc
parentd1693a241b0ec444d7ad469681e4ba81c1b398df (diff)
certs: R3 / R10 -> ISRG Root X1
Diffstat (limited to 'mod/notification-ntfy.rsc')
-rw-r--r--mod/notification-ntfy.rsc2
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;
}