Commit Graph
3745 Commits
Author SHA1 Message Date
Peter Eckersley a7c638a479 Merge pull request #1261 from letsencrypt/ciphers
Ciphers
2015-11-01 21:52:17 -08:00
Peter Eckersley 7b65b8ee6c Merge pull request #1269 from 0xPoly/docs-notification
closes #1235
2015-11-01 21:51:15 -08:00
Jakub Warmuz ee68d5eb86 Another attempt at abstract-class-little-used 2015-11-01 11:23:56 +00:00
Jakub Warmuz 99c5c2034f Revert "Quickfix for misterious abstract-class-little-used"
This reverts commit 01bc073111.
2015-11-01 11:19:35 +00:00
Jakub Warmuz 44adeadf1b Merge remote-tracking branch 'github/letsencrypt/master' into http-01 2015-11-01 11:09:59 +00:00
Jakub Warmuz 23d3c3b1e2 Rename --simple-http-port to --http-01-port 2015-11-01 11:01:23 +00:00
Jakub Warmuz 1d36a15ab7 Kill simpleHttp in acme 2015-11-01 11:01:22 +00:00
Jakub Warmuz 063544817b Kill simplehttp apache/nginx 2015-11-01 11:01:22 +00:00
Jakub Warmuz 581a701cd1 Kill simpleHttp in core 2015-11-01 11:01:22 +00:00
Jakub Warmuz 8d913b42c5 Remove auth_handler_test.TRANSLATE 2015-11-01 11:01:22 +00:00
Jakub Warmuz e62490c051 http-01 for webroot 2015-11-01 11:01:22 +00:00
Jakub Warmuz ea3611afe6 http-01 for standalone 2015-11-01 11:01:22 +00:00
Jakub Warmuz fd209eab66 http-01 for manual plugin 2015-11-01 11:01:22 +00:00
Jakub Warmuz 5ef2507b0c KeyAuthorizationAnnotatedChallenge 2015-11-01 11:01:22 +00:00
Jakub Warmuz bb0843b6c6 acme_util.HTTP01* 2015-11-01 11:01:22 +00:00
Jakub Warmuz 01bc073111 Quickfix for misterious abstract-class-little-used 2015-11-01 11:01:22 +00:00
Jakub Warmuz 602f0b2dbe Add http-01 to acme 2015-11-01 11:01:22 +00:00
poly c529f742f2 added email reminder documentation 2015-11-01 08:46:34 +04:00
bmw 66838c9887 Merge pull request #1265 from mbrugger/patch-1
Only works for me with port 80 and 443 forwarded
2015-10-31 18:34:32 -07:00
bmw 6df9f7ed44 Merge pull request #1263 from kuba/fix-manual-indentation
Fix manual plugin __doc__ indentation
2015-10-31 18:32:42 -07:00
bmw e490ce702e Merge pull request #1255 from kuba/random-fixes
Random fixes
2015-10-31 17:53:14 -07:00
Jakub Warmuz 2a4ebb90ef Contet-Type snippets for webroot 2015-10-31 20:31:32 +00:00
Jakub Warmuz d2c5b87b95 Fix documentation for account{,_public}_key docs in acme.challenges.
account_key and account_public_key are JWK, not ComparableKey.
2015-10-31 19:50:10 +00:00
Jakub Warmuz dc81575527 Factor out _TokenDVChallenge. 2015-10-31 19:50:10 +00:00
Martin Brugger 3c2ea0c878 Only works for me with port 80 and 443 forwarded
For the docker client to work correctly I needed to forward both ports 443 and 80. I will take a closer look on how this is supposed to work.
2015-10-31 20:09:04 +01:00
Jakub Warmuz fb736135c5 Fix manual plugin __doc__ indentantion 2015-10-31 18:24:32 +00:00
Seth Schoen f37aee39b2 Mention that this hasn't been implemented at all 2015-10-31 08:58:54 -07:00
Seth Schoen d019316ed3 Documentation on our plans for ciphersuites 2015-10-31 08:52:49 -07:00
Jakub Warmuz f414f51d82 letsencrypt-auto for debian squeeze (fixes #1078). 2015-10-31 12:39:24 +00:00
Jakub Warmuz 6d8e48c4ff Use py26reqs in bootstrap/venv.sh 2015-10-31 12:31:07 +00:00
Jakub Warmuz bbf4d837ed letsencrypt-auto installs py26reqs.txt (fixes #1046). 2015-10-31 12:22:47 +00:00
Jakub Warmuz 6f5d37fc21 requirements.txt: rename to py26reqs.txt and remove it from deps where possible.
When people see requirements.txt they tend to `pip install -r`
straight way
(c.f. https://github.com/letsencrypt/letsencrypt/issues/1252). It's
only necessary for Python2.6.
2015-10-31 12:22:42 +00:00
Jakub Warmuz d31abeb8a7 Pin ConfigArgParse 0.9.3 py2.6 (fixes #640). 2015-10-31 12:07:00 +00:00
Jakub Warmuz bd3d373d99 Fix docs for deps.sh 2015-10-31 11:48:33 +00:00
Jakub Warmuz d5a2c7fa18 We don't use lsb-release any more 2015-10-31 11:48:19 +00:00
Jakub Warmuz f8185c1913 Add Python 2.6 setup.py classifiers. 2015-10-31 11:47:25 +00:00
bmw c39bc12b18 Merge pull request #1238 from devnsec-com/pr5
Use `printf` instead of `echo -n` for better portability
2015-10-30 17:04:12 -07:00
Brad Warren 8558ad3860 Added comment about installer.save() 2015-10-30 16:53:04 -07:00
bmw b36be129b6 Merge pull request #1226 from SwartzCr/issue_809
Apache with more than one vhost (fixes #809)
2015-10-30 16:48:33 -07:00
Peter Eckersley 3a99c7b333 Merge pull request #1221 from cheba/gentoo-bootstrap
Gentoo bootstrapping
2015-10-30 16:42:46 -07:00
Dev & Sec 69365a7a06 fix drop quotes issue 2015-10-30 23:27:16 +00:00
bmw 2b23eaf8e3 Merge pull request #1210 from grawity/arch-deps
bootstrap: use a proper dependency test for Arch
2015-10-30 16:10:46 -07:00
Dev & Sec d5ccbdbcd2 use printf instead of echo -n for better portability 2015-10-30 22:54:10 +00:00
Peter Eckersley 1f6851d417 Merge pull request #1218 from stevedesmond-ca/master
improved language consistency in error/help messages
2015-10-30 15:48:55 -07:00
Peter Eckersley a5e815008e Factor out all the stdout wrangling from help tests 2015-10-30 15:22:05 -07:00
bmw 1e8586ea83 Merge pull request #1229 from letsencrypt/fix_install
Fix install
2015-10-30 15:13:51 -07:00
Peter Eckersley f00280f71a Testiness 2015-10-30 15:12:54 -07:00
Peter Eckersley e4b10f76f9 Delint 2015-10-30 14:59:30 -07:00
Peter Eckersley 3356ce7558 This is a pretty silly lint warning that we're hitting a lot 2015-10-30 14:59:30 -07:00
Peter Eckersley fa7aed4d63 Ensure that mandatory flags are displayed under the relevant verb help topics
Closes: #996

In part our problem was trying to pick a single topic ("paths") for flags that
become essential in some cases.  But we were also calling _paths_parser before
all the topic groups had been created.
2015-10-30 14:58:43 -07:00