From 330bc7fc8b39bebccf3d439acdc3318e4fe6623c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 21 May 2021 08:31:45 +0200 Subject: check-certificates: fix variable name --- check-certificates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check-certificates') diff --git a/check-certificates b/check-certificates index a052930..9ddf0e7 100644 --- a/check-certificates +++ b/check-certificates @@ -124,7 +124,7 @@ $WaitFullyConnected; message=("A certificate on " . $Identity . " " . $State . ".\n\n" . \ "Name: " . ($CertVal->"name") . "\n" . \ "CommonName: " . ($CertVal->"common-name") . "\n" . \ - "Private key: " . [ $IfThenElse (($CertNewVal->"private-key") = true) "available" "missing" ] . "\n" . \ + "Private key: " . [ $IfThenElse (($CertVal->"private-key") = true) "available" "missing" ] . "\n" . \ "Fingerprint: " . ($CertVal->"fingerprint") . "\n" . \ "Issuer: " . ($CertVal->"ca") . ([ $ParseKeyValueStore ($CertVal->"issuer") ]->"CN") . "\n" . \ "Validity: " . ($CertVal->"invalid-before") . " to " . ($CertVal->"invalid-after") . "\n" . \ -- cgit v1.2.3-54-g00ecf