mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
check-certificates: drop extra warning
A sent notification implies that renewal failed.
This commit is contained in:
parent
0abb9a1848
commit
6b6c3d5119
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@
|
|||
/ certificate remove $Cert;
|
||||
/ certificate set $CertNew name=$CertName;
|
||||
} on-error={
|
||||
:log warning ("Failed to auto-update certificate " . $CertName);
|
||||
|
||||
:local InvalidBefore [ / certificate get $Cert invalid-before ];
|
||||
:local InvalidAfter [ / certificate get $Cert invalid-after ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue