script-updates: check certificate on fetch

This commit is contained in:
Christian Hesse 2018-07-09 17:16:55 +02:00
parent a6d809ef8e
commit 44a6c1ca8b

View file

@ -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) ];
}
}