Compare commits

...

4 commits

Author SHA1 Message Date
Christian Hesse
a3c815c2ca update list of contributors 2026-02-23 08:57:02 +01:00
Christian Hesse
d8632ad370 update list of contributors 2026-02-19 08:57:31 +01:00
Christian Hesse
68ed97205c check-certificates: update wording, indent output 2026-02-05 08:21:36 +01:00
Christian Hesse
d0f50142f5 check-certificates: show days valid in details 2026-02-05 08:21:36 +01:00
2 changed files with 4 additions and 1 deletions

View file

@ -38,6 +38,8 @@ 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)

View file

@ -152,9 +152,10 @@
[ $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 "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={ :if ([ $ScriptLock $ScriptName ] = false) do={