Joona Hoikkala
60dd67a60e
Use static directory under workdir for HTTP challenges ( #5428 )
...
* Use static directory under workdir for HTTP challenges
* Handle the reverter file registration before opening file handle
2018-01-14 15:22:22 -08:00
Joona Hoikkala
28dad825af
Do not try to remove temp dir if it wasn't created
2018-01-11 20:44:40 +02:00
Brad Warren
f0f5defb6f
Address minor concerns with Apache HTTP-01
...
* enable other modules
* change port type
* remove maxDiff from test class
* update port comment
* add -f to a2dismod
2018-01-11 09:59:25 -08:00
Joona Hoikkala
fa97877cfb
Make sure that Apache is listening on port 80 and has mod_alias
...
* Ensure that mod_alias is enabled
* Make sure we listen to port http01_port
2018-01-11 14:48:32 +02:00
Brad Warren
2ba334a182
Add basic HTTP01 support to Apache
...
* Add a simple version of HTTP01
* remove cert from chall name
* make directory work on 2.2
* cleanup challenges when finished
* import shutil
* fixup perform and cleanup tests
* Add tests for http_01.py
2018-01-10 23:35:09 -08:00