1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Commit Graph

206 Commits

Author SHA1 Message Date
bmw
c760d84ccb Merge pull request #1582 from SwartzCr/vhost
prevent files from being left in apache sites-available issue 808
2015-12-01 18:10:19 -08:00
Noah Swartz
ec28094ae2 added test for new temp elif 2015-12-01 16:28:15 -08:00
Brad Warren
d4d51fe435 Remove stray reference to init-script 2015-12-01 13:17:19 -08:00
Noah Swartz
ab32e2fd26 fix docstring 2015-12-01 10:46:13 -08:00
Noah Swartz
ee7e3d92d9 merge from master 2015-12-01 10:44:01 -08:00
Noah Swartz
e846b157ed removed space 2015-12-01 09:59:45 -08:00
Noah Swartz
739fd6614b moved temp check 2015-12-01 09:50:13 -08:00
Brad Warren
e4cf64c30e Fix Apache tests 2015-11-30 19:13:50 -08:00
Brad Warren
0d6728f9cf Punctuation and deprecation 2015-11-30 18:57:48 -08:00
Brad Warren
224eb1cd1a Stop using init-script 2015-11-30 16:50:26 -08:00
Peter Eckersley
c48ee677df Merge Augeas lens fix for backslashes in regexps
https://github.com/hercules-team/augeas/issues/307
155746c72f
2015-11-26 16:59:06 -08:00
Peter Eckersley
33aff08c36 Merge pull request #1395 from sagi/hsts
apache: add general http-header enhacement [needs revision]
2015-11-26 12:30:23 -08:00
bmw
8cf63c493f Merge pull request #1568 from erikrose/kill-dvsni
Remove remaining "DVSNI" wording, changing it to reference TLS-SNI-01, which it changed into.
2015-11-25 15:30:02 -05:00
Erik Rose
e75dc96559 Stop calling things that don't implement IAuthenticator authenticators. 2015-11-25 12:44:17 -05:00
Erik Rose
8147216f1a Fix some underline lengths in docs. 2015-11-25 12:43:29 -05:00
sagi
090a9a0e46 add PluginEnhancementAlreadyPresent and use it 2015-11-25 01:56:49 +00:00
sagi
7467496984 change enhancement http-header to ensure-http-header 2015-11-24 23:33:21 +00:00
Noah Swartz
bc6064addd propogate temp and fix docstring 2015-11-24 14:58:03 -08:00
Peter Eckersley
b3054356cd Merge pull request #1603 from letsencrypt/reload
Use reload in Apache (fixes #954) [needs minor extension]
2015-11-24 08:20:01 -08:00
Patrick Figel
f908e8bdaf Detect SSL vhosts by port
SSLEngine on can be set outside of <VirtualHost>. Treat any vhost
using port 443 as a SSL vhost.

fixes #1602
2015-11-24 06:23:07 +01:00
Peter Eckersley
0c80fac35b Merge pull request #1423 from ArchimedesPi/apache-chainfile
Appropriately set and update Apache certificate directives
2015-11-23 19:52:21 -08:00
Brad Warren
f5c3532177 Improve error message 2015-11-23 19:44:00 -05:00
Brad Warren
9e52b8200d Sleeping is easier than polling 2015-11-23 18:34:42 -05:00
Brad Warren
0c283b39ef s/restart/reload 2015-11-23 18:29:41 -05:00
sagi
7df7228a53 add regex to detect header_substring in header directive definition 2015-11-23 22:41:02 +00:00
sagi
b75354add0 change verify_no_http_header to verify_no_matching_http_header 2015-11-23 20:13:08 +00:00
sagi
f8a3216082 change header_name to header_substring 2015-11-23 20:11:47 +00:00
Liam Marshall
f2ccc228a3 Remove code path that will never get hit 2015-11-23 13:17:24 -06:00
Noah Swartz
d4ee483662 revert changes made to wrong branch 2015-11-23 10:52:39 -08:00
Noah Swartz
2738290b98 fix issue with empty matchers array 2015-11-23 10:21:31 -08:00
Noah Swartz
699cdac8ea remove error if can't parse config 2015-11-23 10:08:43 -08:00
sagi
eb5e345c3e change vhost to ssl_vhost, add header_name explanation in comments. 2015-11-22 18:40:19 +00:00
sagi
67e9470179 Merge remote-tracking branch 'upstream/master' into hsts 2015-11-22 18:27:23 +00:00
Noah Swartz
0017e48870 added docstring for temp 2015-11-21 08:53:11 -08:00
Liam Marshall
d737546dd7 Split off cleaning into a method (fixes a subtle bug) 2015-11-20 16:43:14 -06:00
Noah Swartz
b972cc8a83 Merge pull request #7 from letsencrypt/master
merge from master
2015-11-20 11:54:48 -08:00
Noah Swartz
793f2b4f90 fixed lint scoping issue 2015-11-20 11:42:08 -08:00
Erik Rose
9205b9c987 Remove remaining "DVSNI" wording, changing it to reference TLS-SNI-01, which it changed into. Close #1417.
Also make _get_addrs() private, since it's called only internally.
2015-11-19 13:23:07 -05:00
Liam Marshall
ca6a77bb1d Fix tests
Remove debugging print from tests

Fix lint warnings
2015-11-18 21:38:56 -06:00
Liam Marshall
b19c9d858c Fix a few nits, coverage 2015-11-18 21:24:43 -06:00
Noah Swartz
707bb55c81 change to not make a permanent file if just doing dvsni 2015-11-18 18:59:22 -08:00
Liam Marshall
e5e7cef6d6 Fix conditional for fullchain_path edge cases 2015-11-18 19:22:14 -06:00
Liam Marshall
76320c2d37 Test vhost cleaning 2015-11-15 23:09:44 -06:00
Liam Marshall
62f19496da Rewrite vhost cleaning logic 2015-11-15 23:09:35 -06:00
sagi
175ef4f50d merge with letsencrypt master br 2015-11-15 07:18:26 +00:00
Liam Marshall
e6113698f2 Test that no fullchain throws an error 2015-11-14 14:28:17 -06:00
Liam Marshall
a1e6db2144 Fix logic in which the --fullchain error would never be hit 2015-11-14 14:27:38 -06:00
Liam Marshall
691abdc377 Fix for py26 (it doesn't have set literals) 2015-11-14 12:00:08 -06:00
Liam Marshall
425bb98bed Fix lint warnings 2015-11-14 11:44:03 -06:00
Liam Marshall
361b67276e Rewrite certificate install logic
Tests are being written
2015-11-14 11:43:54 -06:00