mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-02-28 19:19:36 +00:00
Compare commits
4 commits
routeros-7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3c815c2ca | ||
|
|
d8632ad370 | ||
|
|
68ed97205c | ||
|
|
d0f50142f5 |
2 changed files with 4 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ Add yourself to the list,
|
|||
* Alex Maier
|
||||
* Andrea Ruffini Perico
|
||||
* Andrew Cox
|
||||
* Benjamin Newman
|
||||
* Christian Werner
|
||||
* Christoph Boss (@Kampfwurst)
|
||||
* Daniel Ziegenberg (@ziegenberg)
|
||||
* Devin Dean (@dd2594gh)
|
||||
|
|
|
|||
|
|
@ -152,9 +152,10 @@
|
|||
[ $FormatLine "Fingerprint" ($CertVal->"fingerprint") ] . "\n" . \
|
||||
[ $IfThenElse ([ :len ($CertVal->"ca") ] > 0) [ $FormatLine "Issuer" ($CertVal->"ca") ] [ $FormatLine "Issuer chain" [ $FormatCertChain $Cert ] ] ] . "\n" . \
|
||||
"Validity:\n" . \
|
||||
[ $FormatLine " days" ($CertVal->"days-valid") ] . "\n" . \
|
||||
[ $FormatLine " from" ($CertVal->"invalid-before") ] . "\n" . \
|
||||
[ $FormatLine " to" ($CertVal->"invalid-after") ] . "\n" . \
|
||||
[ $FormatLine "Expires in" [ $IfThenElse (($CertVal->"expired") = true) "expired" [ $FormatExpire ($CertVal->"expires-after") ] ] ]);
|
||||
[ $FormatLine " time left" [ $IfThenElse (($CertVal->"expired") = true) "expired" [ $FormatExpire ($CertVal->"expires-after") ] ] ]);
|
||||
}
|
||||
|
||||
:if ([ $ScriptLock $ScriptName ] = false) do={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue