mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-18 06:59:32 +00:00
global-functions: $ScriptInstallUpdate: get new Let's Encrypt CA 'Root YE'
This commit is contained in:
parent
68a4ac942e
commit
9919b9fe76
1 changed files with 1 additions and 1 deletions
|
|
@ -1265,7 +1265,7 @@
|
|||
:global SymbolForNotification;
|
||||
:global ValidateSyntax;
|
||||
|
||||
:if ([ $CertificateAvailable "ISRG Root X2" "fetch" ] = false) do={
|
||||
:if ([ $CertificateAvailable "Root YE" "fetch" ] = false) do={
|
||||
$LogPrint warning $0 ("Downloading certificate failed, trying without.");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue