diff options
author | Christian Hesse <mail@eworm.de> | 2024-08-19 14:42:29 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-08-19 14:49:52 +0200 |
commit | 2cda1e9c4c3dd16c72c457e7ad2061da4992941f (patch) | |
tree | 5d8c8cd2eee92877b0af7ef4affb502abe138d10 /mod | |
parent | 2ef06e4533677594b68dd2734dcfd3ccbd6c1145 (diff) |
adopt all required certificate changesrouteros-v6
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notification-telegram | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notification-telegram b/mod/notification-telegram index d42d459..d50f6d7 100644 --- a/mod/notification-telegram +++ b/mod/notification-telegram @@ -122,7 +122,7 @@ :local ParseMode [ $IfThenElse ($TelegramFixedWidthFont = true) "MarkdownV2" "" ]; :do { - :if ([ $CertificateAvailable "Go Daddy Secure Certificate Authority - G2" ] = false) do={ + :if ([ $CertificateAvailable "Go Daddy Root Certificate Authority - G2" ] = false) do={ $LogPrintExit2 warning $0 ("Downloading required certificate failed.") true; } / tool fetch check-certificate=yes-without-crl output=none http-method=post \ |