mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-01 13:44:26 +02:00
certificate-renew-issued: log action
This commit is contained in:
parent
739884ecc7
commit
1e7e19cc87
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
:global CertIssuedExportPass;
|
:global CertIssuedExportPass;
|
||||||
|
|
||||||
|
:global LogPrintExit;
|
||||||
:global MkDir;
|
:global MkDir;
|
||||||
|
|
||||||
:foreach Cert in=[ / certificate find where issued expires-after<3w ] do={
|
:foreach Cert in=[ / certificate find where issued expires-after<3w ] do={
|
||||||
|
@ -20,5 +21,9 @@
|
||||||
/ certificate export-certificate ($CertVal->"name") type=pkcs12 \
|
/ certificate export-certificate ($CertVal->"name") type=pkcs12 \
|
||||||
file-name=("cert-issued/" . $CertVal->"common-name") \
|
file-name=("cert-issued/" . $CertVal->"common-name") \
|
||||||
export-passphrase=($CertIssuedExportPass->($CertVal->"common-name"));
|
export-passphrase=($CertIssuedExportPass->($CertVal->"common-name"));
|
||||||
|
$LogPrintExit info ("Issued a new certificate for \"" . $CertVal->"common-name" . \
|
||||||
|
"\", exported to \"cert-issued/" . $CertVal->"common-name" . ".p12\".") false;
|
||||||
|
} else={
|
||||||
|
$LogPrintExit info ("Issued a new certificate for \"" . $CertVal->"common-name" . "\".") false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue