diff options
author | Christian Hesse <mail@eworm.de> | 2018-07-09 17:16:55 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-07-09 17:16:55 +0200 |
commit | 44a6c1ca8b61bf93a24060528fcdfde897bcfacf (patch) | |
tree | 48644ef17c8d267c843c93ef925a93c9777b4ca0 /script-updates | |
parent | a6d809ef8e2b917104c3c75f5d253cecd133cf1e (diff) |
script-updates: check certificate on fetch
Diffstat (limited to 'script-updates')
-rw-r--r-- | script-updates | 4 |
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) ]; } } |