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

223 Commits

Author SHA1 Message Date
Peter Eckersley
8e5f9732de Merge pull request #1758 from letsencrypt/augeas329
lens update from augeas upstream
2015-12-11 15:47:46 -08:00
Brad Warren
0bde2007d0 Remove closing tag 2015-12-11 15:11:16 -08:00
Peter Eckersley
09f7d87a1a Merge pull request #1854 from domcleal/1724-augeas-arg-dquote
Merge Augeas lens fix for partially quoted arguments
2015-12-11 12:04:58 -08:00
Dominic Cleal
6b40313311 Merge Augeas lens fix for partially quoted arguments
From 50fb756580

Closes: #1724
2015-12-10 14:37:58 +00:00
Remi Rampin
80901a52d8 Fix help string for --apache-dismod 2015-12-09 12:26:23 -05:00
Peter Eckersley
ce14851232 Merge pull request #1809 from domcleal/1693-augeas-section-ends
Merge Augeas lens fix for closing multiple sections on one line
2015-12-08 23:43:15 -08:00
Peter Eckersley
d8cf3952b4 Merge pull request #1827 from domcleal/1766-augeas-sslrequire
Merge Augeas lens fix for SSLRequire wordlists
2015-12-08 23:27:36 -08:00
Ingolf Becker
bbd6534744 Fixed some pep8 formatting 2015-12-08 17:56:16 +00:00
Ingolf Becker
62ea74b9e4 Modify apache plugin to work on setups where apache listens to a specific ip 2015-12-08 13:22:52 +00:00
Dominic Cleal
d761646167 Merge Augeas lens fix for SSLRequire wordlists
From f86a28d03a

Closes: #1766
2015-12-08 08:09:45 +00:00
Peter Eckersley
3838ea4ad1 Merge pull request #1692 from letsencrypt/1531
Merge augeas lens fix for backslashes at the start of regexps
2015-12-08 00:01:53 -08:00
Dominic Cleal
312669c64d Merge Augeas lens fix for closing multiple sections on one line
From f44a7a55cc

Closes: #1693
2015-12-07 10:49:40 +00:00
Peter Eckersley
b9b634b602 Merge another augeas lens fix
From: https://github.com/hercules-team/augeas/pull/329
Fixes: https://github.com/letsencrypt/letsencrypt/issues/1294#issuecomment-161805063
2015-12-04 11:43:59 -08:00
Marius Gedminas
869c3741c5 Typo: Apacche -> Apache 2015-12-04 12:03:33 +02:00
Peter Eckersley
ad5352e8cc Upstream augeas fix for backslashes at the start of directive args
From: https://github.com/hercules-team/augeas/pull/325
Fixes: #1531
2015-12-03 12:54:32 -08:00
Jakub Warmuz
7a6e084e3a Unbreak master 2015-12-03 15:55:17 +00:00
Peter Eckersley
5747ab7fd9 Release 0.1.0 2015-12-02 15:55:43 -08:00
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