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