check-certificates: silence fetch

This commit is contained in:
Christian Hesse 2021-02-24 22:14:33 +01:00
parent 274af98886
commit 295203cc1c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ $WaitFullyConnected;
:local CertFileName ([ $UrlEncode ($CertVal->"common-name") ] . $Type);
:do {
/ tool fetch check-certificate=yes-without-crl \
($CertRenewUrl . $CertFileName) dst-path=$CertFileName;
($CertRenewUrl . $CertFileName) dst-path=$CertFileName as-value;
$WaitForFile $CertFileName;
:foreach PassPhrase in=$CertRenewPass do={
/ certificate import file-name=$CertFileName passphrase=$PassPhrase;