mod/notification-ntfy: define certificate use

This commit is contained in:
Christian Hesse 2025-11-10 12:10:22 +01:00
parent 85f3e1a5f4
commit 24aadcf02d

View file

@ -109,7 +109,7 @@
:onerror Err {
:if ($Server = "ntfy.sh") do={
:if ([ $CertificateAvailable "ISRG Root X1" ] = false) do={
:if ([ $CertificateAvailable "ISRG Root X1" "fetch" ] = false) do={
$LogPrint warning $0 ("Downloading required certificate failed.");
:error false;
}