mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 02:04:45 +02:00
drop deprecated mode= for fetch
This commit is contained in:
parent
2e10a80f95
commit
b93d4d40bc
7 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue