From 44a6c1ca8b61bf93a24060528fcdfde897bcfacf Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 9 Jul 2018 17:16:55 +0200 Subject: script-updates: check certificate on fetch --- script-updates | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'script-updates') 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) ]; } } -- cgit v1.2.3-54-g00ecf