mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-24 04:44:26 +02:00
check-certificates: silence certificate import
This commit is contained in:
parent
f77213c6d0
commit
b55cdfb566
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ $WaitFullyConnected;
|
|||
($CertRenewUrl . $CertFileName) dst-path=$CertFileName as-value;
|
||||
$WaitForFile $CertFileName;
|
||||
:foreach PassPhrase in=$CertRenewPass do={
|
||||
/ certificate import file-name=$CertFileName passphrase=$PassPhrase;
|
||||
/ certificate import file-name=$CertFileName passphrase=$PassPhrase as-value;
|
||||
}
|
||||
/ file remove [ find where name=$CertFileName ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue