mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
This commit fixes an issue with the nginx parser where it would perform case-sensitive matching against server_name. This would cause the authenticator and installer to ignore existing virtualhosts containing uppercase characters, resulting in duplicate virtualhosts and broken configurations. "Exact" and "wildcard" matching is now case-insensitive. Regex-based matching will continue to respect the case mode of the pattern. Fixes #6776. |
||
|---|---|---|
| .. | ||
| testdata/etc_nginx | ||
| boulder-integration.conf.sh | ||
| configurator_test.py | ||
| display_ops_test.py | ||
| http_01_test.py | ||
| nginxparser_test.py | ||
| obj_test.py | ||
| parser_obj_test.py | ||
| parser_test.py | ||
| test_log_util.py | ||
| test_util.py | ||