aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-07-09 17:16:55 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-07-09 17:16:55 +0200
commit44a6c1ca8b61bf93a24060528fcdfde897bcfacf (patch)
tree48644ef17c8d267c843c93ef925a93c9777b4ca0
parenta6d809ef8e2b917104c3c75f5d253cecd133cf1e (diff)
script-updates: check certificate on fetch
-rw-r--r--script-updates4
1 files changed, 3 insertions, 1 deletions
diff --git a/script-updates b/script-updates
index ffa8da4..fca3f0f 100644
--- a/script-updates
+++ b/script-updates
@@ -26,7 +26,9 @@
:if ($ignore = 0) do={
:log debug ("Fetching script from url: " . $scriptname);
- / tool fetch dst-path=("script-updates/" . $scriptname) ($"script-updates-baseurl" . $scriptname);
+ / tool fetch check-certificate=yes-without-crl \
+ dst-path=("script-updates/" . $scriptname) \
+ ($"script-updates-baseurl" . $scriptname);
:set scriptfile [ / file find where name=("script-updates/" . $scriptname) ];
}
}