mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
check-certificates: do not send notification for templates
This commit is contained in:
parent
ea94b7598e
commit
20d7020fe3
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
:foreach Cert in=[ / certificate find where !revoked expires-after<2w ] do={
|
||||
:foreach Cert in=[ / certificate find where !revoked expires-after<2w fingerprint~"."] do={
|
||||
:local CertName [ / certificate get $Cert name ];
|
||||
:local CommonName [ / certificate get $Cert common-name ];
|
||||
:local FingerPrint [ / certificate get $Cert fingerprint ];
|
||||
|
|
Loading…
Reference in a new issue