From c151fc9e1d095aca090e05985ccedf4c9998f0c3 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 22 Apr 2026 09:42:47 +0200 Subject: [PATCH] global-functions: $CertificateDownload: drop the old builtin-trust-anchors --- global-functions.rsc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/global-functions.rsc b/global-functions.rsc index 5ac843a1..948cd561 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -192,8 +192,7 @@ :do { :local CertSettings [ /certificate/settings/get ]; :if ([ :len [ /certificate/find where common-name="ISRG Root X1" ] ] = 0 && \ - !((($CertSettings->"builtin-trust-anchors") = "trusted" || \ - ($CertSettings->"builtin-trust-store") ~ "fetch" || \ + !((($CertSettings->"builtin-trust-store") ~ "fetch" || \ ($CertSettings->"builtin-trust-store") = "all") && \ [ :len [ /certificate/builtin/find where common-name="ISRG Root X1" ] ] > 0)) do={ $LogPrint error $0 ("Required certificate is not available.");