mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 09:40:41 -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 |
||
|---|---|---|
| .. | ||
| certbot_nginx | ||
| docs | ||
| tests | ||
| LICENSE.txt | ||
| MANIFEST.in | ||
| README.rst | ||
| readthedocs.org.requirements.txt | ||
| setup.cfg | ||
| setup.py | ||
Nginx plugin for Certbot