commit a4c132aea4e65a946d8ad65e65f44888d347b95f parent 26d89fbae279798a920ae17558824c57eb258811 Author: William Casarin <jb55@jb55.com> Date: Thu, 29 Apr 2021 12:19:30 -0700 bin: certdate Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
A | bin/certdate | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/certdate b/bin/certdate @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +cert "$@" 2>/dev/null | grep -E '(Before|After|Verification)'