From d0f50142f5774b73a2dc0808e0753ead033f2bf4 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 5 Feb 2026 08:18:00 +0100 Subject: [PATCH 1/4] check-certificates: show days valid in details --- check-certificates.rsc | 1 + 1 file changed, 1 insertion(+) diff --git a/check-certificates.rsc b/check-certificates.rsc index e10c82ae..470f99cb 100644 --- a/check-certificates.rsc +++ b/check-certificates.rsc @@ -152,6 +152,7 @@ [ $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") ] ] ]); From 68ed97205cc2e0457cd9bfe08823052c65fe901a Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 5 Feb 2026 08:19:50 +0100 Subject: [PATCH 2/4] check-certificates: update wording, indent output --- check-certificates.rsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-certificates.rsc b/check-certificates.rsc index 470f99cb..0122122a 100644 --- a/check-certificates.rsc +++ b/check-certificates.rsc @@ -155,7 +155,7 @@ [ $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={ From d8632ad3704037565eac95a56c84d4b3439fbab9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 19 Feb 2026 08:57:01 +0100 Subject: [PATCH 3/4] update list of contributors --- CONTRIBUTIONS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index a9840ab4..95e6307f 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -38,6 +38,7 @@ Add yourself to the list, * Alex Maier * Andrea Ruffini Perico * Andrew Cox +* Benjamin Newman * Christoph Boss (@Kampfwurst) * Daniel Ziegenberg (@ziegenberg) * Devin Dean (@dd2594gh) From a3c815c2ca64ee8fd4e7ce3f53f59b353a1f957a Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 23 Feb 2026 08:56:29 +0100 Subject: [PATCH 4/4] update list of contributors --- CONTRIBUTIONS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index 95e6307f..1bce0fa1 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -39,6 +39,7 @@ Add yourself to the list, * Andrea Ruffini Perico * Andrew Cox * Benjamin Newman +* Christian Werner * Christoph Boss (@Kampfwurst) * Daniel Ziegenberg (@ziegenberg) * Devin Dean (@dd2594gh)