From 1b9a277b4761a80c13acf6a12bf5ec4d25d531fc Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 9 Jan 2019 14:29:15 +0100 Subject: check-certificates: update CommonName after renewal --- check-certificates | 1 + 1 file changed, 1 insertion(+) (limited to 'check-certificates') 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") \ -- cgit v1.2.3-54-g00ecf