diff options
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index e66415b..df286b5 100644 --- a/global-functions +++ b/global-functions @@ -383,7 +383,7 @@ :global LogPrintExit2; :do { - :if ([ $CertificateAvailable "Cloudflare Inc ECC CA-3" ] = false) do={ + :if ([ $CertificateAvailable "R3" ] = false) do={ $LogPrintExit2 warning $0 ("Downloading required certificate failed.") true; } :local Vendor ([ /tool/fetch check-certificate=yes-without-crl \ |