fixed missing /

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-01-10 12:34:26 +00:00
parent eb3e0b3da0
commit 350b226033
No known key found for this signature in database
GPG Key ID: 997FF7FE93AEB5B9
1 changed files with 3 additions and 3 deletions

View File

@ -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