mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-02 09:14:30 +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