certbot/certbot-nginx/certbot_nginx
ohemorange 8d0d42a739
Refactor _add_directive into separate functions (#5786)
* Refactor _add_directive to separate functions

* UnspacedList isn't idempotent

* refactor parser in add_server_directives and update_or_add_server_directives

* update parser tests

* remove replace=False and add to update_or_add for replace=True in configurator

* remove replace=False and add to update_or_add for replace=True in http01

* update documentation
2018-03-23 16:30:13 -07:00
..
tests Refactor _add_directive into separate functions (#5786) 2018-03-23 16:30:13 -07:00
__init__.py s/Let's Encrypt/Certbot certbot-nginx 2016-04-13 16:49:30 -07:00
configurator.py Refactor _add_directive into separate functions (#5786) 2018-03-23 16:30:13 -07:00
constants.py feat(nginx plugin): add HSTS enhancement (#5463) 2018-03-16 15:27:39 -07:00
display_ops.py Nginx plugin wildcard support for ACMEv2 (#5619) 2018-03-01 14:05:49 -08:00
http_01.py Refactor _add_directive into separate functions (#5786) 2018-03-23 16:30:13 -07:00
nginxparser.py Revert "Nginx reversion (#5299)" (#5305) 2017-12-06 17:45:20 -08:00
obj.py feat(nginx plugin): add HSTS enhancement (#5463) 2018-03-16 15:27:39 -07:00
options-ssl-nginx.conf Remove reference to .new in Nginx's SSL options. (#4769) 2017-06-01 15:26:54 -07:00
parser.py Refactor _add_directive into separate functions (#5786) 2018-03-23 16:30:13 -07:00
tls_sni_01.py Nginx plugin wildcard support for ACMEv2 (#5619) 2018-03-01 14:05:49 -08:00