mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-27 20:08:54 +02:00
check-certificates: do not try to renew locally issued certificates
This commit is contained in:
parent
360d30bf2a
commit
b7592f6b18
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
:return [ $CharacterReplace [ $CharacterReplace [ :tostr $1 ] "w" "w " ] "d" "d " ];
|
||||
}
|
||||
|
||||
:foreach Cert in=[ / certificate find where !revoked expires-after<3w ] do={
|
||||
:foreach Cert in=[ / certificate find where !revoked !ca expires-after<3w ] do={
|
||||
:local CertName [ / certificate get $Cert name ];
|
||||
:local CommonName [ / certificate get $Cert common-name ];
|
||||
:local FingerPrint [ :tostr [ / certificate get $Cert fingerprint ] ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue