certbot/certbot-nginx/certbot_nginx
Adrien Ferrand 6ce6c67932 [Windows] Security model for files permissions - STEP 1 (#6893)
This PR is the first part of #6497 to ease the integration, following the new plan propose by @bmw here: #6497 (comment)

This step 1 refactor existing certbot.compat module into certbot.compat.misc, without any logic changed. Package certbot.compat will host the new modules that constitute the security model for Windows.

* Create the certbot.compat package. Move logic in certbot.compat.misc

* Add doc

* Fix lint

* Correct mypy

* Update client.py
2019-03-28 15:51:48 -07:00
..
tests Remove tls-sni related flags in cli. Add a deprecation warning instead. (#6853) 2019-03-26 17:46:32 -07:00
__init__.py s/Let's Encrypt/Certbot certbot-nginx 2016-04-13 16:49:30 -07:00
configurator.py [Windows] Security model for files permissions - STEP 1 (#6893) 2019-03-28 15:51:48 -07:00
constants.py Show both possible Nginx default server root values in docs (#6137) 2018-06-25 18:09:30 -07:00
display_ops.py Nginx plugin wildcard support for ACMEv2 (#5619) 2018-03-01 14:05:49 -08:00
http_01.py Stop caching the results of ipv6_info in http01.py (#6411) 2018-10-17 10:54:43 -07:00
nginxparser.py Update parser to match new Nginx functionality (#6381) 2018-09-18 12:52:11 -07:00
obj.py Remove ipv6only=on from duplicated vhosts (#5793) 2018-03-27 15:11: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 [Windows] Working unit tests for certbot-nginx (#6782) 2019-02-20 16:20:16 -08:00
parser_obj.py Add and test new nginx parsing abstractions (#6383) 2018-10-19 12:30:32 -07:00