drop deprecated mode= for fetch

This commit is contained in:
Christian Hesse 2019-04-09 17:53:48 +02:00
parent 2e10a80f95
commit b93d4d40bc
7 changed files with 8 additions and 8 deletions

View file

@ -34,7 +34,7 @@
:error "No CertRenewUrl given.";
}
/ tool fetch mode=https check-certificate=yes-without-crl url=($CertRenewUrl . $CommonName . ".pem");
/ tool fetch check-certificate=yes-without-crl ($CertRenewUrl . $CommonName . ".pem");
:foreach PassPhrase in=$CertRenewPass do={
/ certificate import file-name=($CommonName . ".pem") passphrase=$PassPhrase;
}