mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Add failing test from ticket #1766
Augeas fails to parse the wordlist (args inside braces) in the SSLRequire directive.
This commit is contained in:
parent
3838ea4ad1
commit
f479497d6c
1 changed files with 1 additions and 0 deletions
1
tests/apache-conf-files/failing/sslrequire-wordlist.conf
Normal file
1
tests/apache-conf-files/failing/sslrequire-wordlist.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
SSLRequire %{SSL_CLIENT_S_DN_CN} in {"foo@bar.com", "bar@foo.com"}
|
||||
Loading…
Reference in a new issue