diff options
-rw-r--r-- | check-certificates | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/check-certificates b/check-certificates index c365de5..72d6a5d 100644 --- a/check-certificates +++ b/check-certificates @@ -48,6 +48,7 @@ :local InvalidBefore [ / certificate get $CertNew invalid-before ]; :local InvalidAfter [ / certificate get $CertNew invalid-after ]; + :set CommonName [ / certificate get $CertNew common-name ]; :set FingerPrint [ / certificate get $CertNew fingerprint ]; $SendNotification ("Certificate renewed") \ |