From 350b226033ae379ba452f3ef07b92b37a4ab9f6b Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 10 Jan 2025 12:34:26 +0000 Subject: [PATCH] fixed missing / Signed-off-by: Mark Bolwell --- section_6/cis_6.1.2.x/cis_6.1.2.1.2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/section_6/cis_6.1.2.x/cis_6.1.2.1.2.yml b/section_6/cis_6.1.2.x/cis_6.1.2.1.2.yml index 2a4e8ea..e88dbb5 100644 --- a/section_6/cis_6.1.2.x/cis_6.1.2.1.2.yml +++ b/section_6/cis_6.1.2.x/cis_6.1.2.1.2.yml @@ -10,9 +10,9 @@ file: exists: true contents: - '/^URL=/' - - '/ServerKeyFile=.*.pem' - - '/ServerCertificateFile=.*.pem' - - '/TrustedCertificateFile=.*.pem' + - '/ServerKeyFile=.*.pem/' + - '/ServerCertificateFile=.*.pem/' + - '/TrustedCertificateFile=.*.pem/' meta: server: 1 workstation: 1