mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-07-15 12:54:24 +02:00
check-certificates: shorten key for detailed infos
This commit is contained in:
parent
e51daf2761
commit
df7cb1b88b
1 changed files with 10 additions and 10 deletions
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
$SendNotification ("Certificate renewed") \
|
$SendNotification ("Certificate renewed") \
|
||||||
("A certificate on " . $Identity . " has been renewed.\n\n" . \
|
("A certificate on " . $Identity . " has been renewed.\n\n" . \
|
||||||
"Certificate Name: " . $CertName . "\n" . \
|
"Name: " . $CertName . "\n" . \
|
||||||
"Common Name: " . $CommonName . "\n" . \
|
"Common Name: " . $CommonName . "\n" . \
|
||||||
"Fingerprint: " . $FingerPrint . "\n" . \
|
"Fingerprint: " . $FingerPrint . "\n" . \
|
||||||
"Issuer: " . $Issuer . "\n" . \
|
"Issuer: " . $Issuer . "\n" . \
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
$SendNotification ("Certificate warning!") \
|
$SendNotification ("Certificate warning!") \
|
||||||
("A certificate on " . $Identity . " is about to expire.\n\n" . \
|
("A certificate on " . $Identity . " is about to expire.\n\n" . \
|
||||||
"Certificate Name: " . $CertName . "\n" . \
|
"Name: " . $CertName . "\n" . \
|
||||||
"Common Name: " . $CommonName . "\n" . \
|
"Common Name: " . $CommonName . "\n" . \
|
||||||
"Fingerprint: " . $FingerPrint . "\n" . \
|
"Fingerprint: " . $FingerPrint . "\n" . \
|
||||||
"Issuer: " . $Issuer . "\n" . \
|
"Issuer: " . $Issuer . "\n" . \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue