mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
* Allow authentication if there's no appropriate vhost * Update test * add flag to suppress raising error if no match is found * Allow installation if there's no appropriate vhost * remove traceback * make new vhost ssl * Fix existing bugs in nginxparser.py and obj.py * Switch isinstance(x, str) to isinstance(x, six.string_types) in the Nginx plugin * remove unused import * remove unneeded custom copy from Addr * Add docstring for create_new_vhost_from_default * add test for create_new_vhost_from_default * add configurator tests and leave finding the first server block for another PR * don't assume order from a set * address multiple default_server problem * don't add vhosts twice * update unit tests * update docstring * Add logger.info message for using default address in tlssni01 auth |
||
|---|---|---|
| .. | ||
| sites-enabled | ||
| ubuntu_nginx_1_4_6/default_vhost/nginx | ||
| broken.conf | ||
| comment_in_file.conf | ||
| edge_cases.conf | ||
| foo.conf | ||
| mime.types | ||
| minimalistic_comments.conf | ||
| multiline_quotes.conf | ||
| nginx.conf | ||
| server.conf | ||