mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
check-certificates: add missing blank
This commit is contained in:
parent
14dd16ef5a
commit
8f03a856e1
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
:foreach Cert in=[ / certificate find where !revoked !scep-url expires-after<2w fingerprint~"."] do={
|
||||
:foreach Cert in=[ / certificate find where !revoked !scep-url expires-after<2w fingerprint~"." ] do={
|
||||
:local CertVal [ / certificate get $Cert ];
|
||||
|
||||
:local ExpiresAfter [ $FormatExpire ($CertVal->"expires-after") ];
|
||||
|
|
Loading…
Reference in a new issue