fixed missing /
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
eb3e0b3da0
commit
350b226033
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue