aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-06-20 10:47:42 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-06-21 15:57:04 +0200
commit588dacb5af93819021b71a88f200464359dee701 (patch)
tree680a9ba4234d29a77b8ff0a933f82e3c1b8bbbca /mod
parent0ae3d31c58d57578092e76368ebd82bdc859123d (diff)
certs: Go Daddy Secure Certificate Authority - G2 -> Go Daddy Root Certificate Authority - G2
Diffstat (limited to 'mod')
-rw-r--r--mod/notification-telegram.rsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notification-telegram.rsc b/mod/notification-telegram.rsc
index 9a628ce..1890483 100644
--- a/mod/notification-telegram.rsc
+++ b/mod/notification-telegram.rsc
@@ -143,7 +143,7 @@
}
:do {
- :if ([ $CertificateAvailable "Go Daddy Secure Certificate Authority - G2" ] = false) do={
+ :if ([ $CertificateAvailable "Go Daddy Root Certificate Authority - G2" ] = false) do={
$LogPrint warning $0 ("Downloading required certificate failed.");
:error false;
}