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

117 Commits

Author SHA1 Message Date
Jakub Warmuz
244a020b0a Merge remote-tracking branch 'github/letsencrypt/master' into standalone2 2015-10-14 17:26:35 +00:00
bmw
5ca70e19a7 Merge pull request #950 from letsencrypt/jsha/nginx-improvements
Nginx improvements
2015-10-12 16:41:52 -07:00
Jakub Warmuz
73ae361559 Merge remote-tracking branch 'github/letsencrypt/master' into standalone2 2015-10-12 19:36:46 +00:00
Brandon Kreisel
52f7a64b84 lint newline 2015-10-11 17:56:30 -04:00
Jacob Hoffman-Andrews
06c85d6b5a Fix line-wrapped function indents. 2015-10-11 11:30:11 -07:00
Jacob Hoffman-Andrews
dd8c6d6548 Nginx improvements
Add a server_names_hash_bucket_size directive during challenges to fix an nginx
crash on restart (Fixes #922).

Use fullchain instead of chain (Fixes #610).

Implement OCSP stapling (Fixes #937, Fixes #931).

Hide Boulder output in integration tests to make them more readable.
2015-10-11 10:20:08 -07:00
Jakub Warmuz
304414a214 Remove SimpleHTTP TLS from acme. 2015-10-08 21:10:12 +00:00
Brandon Kreisel
744afe9cea PEP8 E128 up in here. Don't assume sh exists 2015-10-08 16:15:09 -04:00
Brandon Kreisel
8012382368 Merge branch 'master' into mac-psutil 2015-10-08 16:04:25 -04:00
Jakub Warmuz
1efec6b399 Merge remote-tracking branch 'github/letsencrypt/master' into standalone2 2015-10-07 20:07:01 +00:00
Jakub Warmuz
5afb0ebd1c Remove SimpleHTTP TLS from standalone 2.0 2015-10-07 20:06:41 +00:00
Jakub Warmuz
7102f9ef4b Don't expose threads from ServerManager. 2015-10-07 19:20:47 +00:00
Jakub Warmuz
f0214ddf9a Merge commit 'a2c41ca7f539303cb413ba3e73d3669633063150' into standalone2 2015-10-07 19:07:44 +00:00
Jakub Warmuz
0d89fa6d88 Remove SimpleHTTP TLS from Manual Plugin. 2015-10-07 06:21:49 +00:00
Brandon Kreisel
2737c3299d That shouldn't be in the try block 2015-10-04 20:13:07 -04:00
Brandon Kreisel
7420a78296 Shrink AccessDenied error handler and inform 2015-10-04 20:08:15 -04:00
Brandon Kreisel
034af2003c Only ask for bash on OS X 2015-10-04 20:07:00 -04:00
Jakub Warmuz
1774ab64c4 Add SupportedChallengesValidatorTest. 2015-10-04 20:24:53 +00:00
Jakub Warmuz
94c6e307c9 Fix plugins.common.Dvsni._setup_challenge_cert. 2015-10-04 20:13:00 +00:00
Jakub Warmuz
4d25cabfe2 Add missing docstring 2015-10-04 19:27:47 +00:00
Jakub Warmuz
509af11a92 --standalone-supported-chalenges 2015-10-04 19:15:45 +00:00
Jakub Warmuz
774dc7db9a 100% coverage for Standalone 2.0 2015-10-04 19:15:05 +00:00
Jakub Warmuz
1a0f8889ad ServerManager.running returns dict 2015-10-04 19:15:04 +00:00
Jakub Warmuz
df04938f6a Standalone 2.0: add detection for unsupported SimpleHTTP TLS platform. 2015-10-04 19:14:58 +00:00
Jakub Warmuz
517a74f432 standalone 2.0: lint, docs, cleanup. 2015-10-04 17:21:35 +00:00
Jakub Warmuz
bba0560c0e Almost full coverage for plugins.standalone (perform2 left). 2015-10-04 13:24:30 +00:00
Jakub Warmuz
7687ecd6e3 100% coverage for standalone.ServerManager 2015-10-04 12:14:10 +00:00
Jakub Warmuz
22b1514f51 server_forever2/shutdown2 2015-10-04 12:14:10 +00:00
Jakub Warmuz
d1fcc422e0 Use ACME(TLS)Server in plugins.standalone 2015-10-04 11:31:52 +00:00
Jakub Warmuz
b0efc61f97 Add ServerManagerTest stub. 2015-10-04 10:58:31 +00:00
Jakub Warmuz
560d12a40c Merge remote-tracking branch 'github/letsencrypt/master' into standalone2 2015-10-04 10:24:47 +00:00
Jakub Warmuz
5d4e1b68cd autospec=False for socket.socket (quick-fixes: #779).
Also, https://github.com/testing-cabal/mock/issues/323
2015-10-04 08:57:53 +00:00
Brandon Kreisel
a4d0188d21 Add Mac compatibility to integration tests 2015-10-03 12:50:18 -04:00
Peter Eckersley
2a3a111d62 Disable pylint invalid-name
It's clearly making our code harder to read and write
2015-09-30 12:10:16 -07:00
bmw
3c62e5b936 Merge pull request #853 from kuba/bugs/789
Hide null installer (fixes #789).
2015-09-28 12:39:07 -07:00
Jakub Warmuz
315b357781 Hide null installer (fixes #789). 2015-09-28 19:08:57 +00:00
Jacob Hoffman-Andrews
27268afdcc Remove extra newline. 2015-09-28 11:58:12 -07:00
Jacob Hoffman-Andrews
a7375eb549 Emit error when simple_verify fails.
When running the manual authenticator, if simple_verify fails, there is no
output to indicate what went wrong, just "Incomplete authorizations."
2015-09-27 23:43:26 -07:00
Peter Eckersley
e7cbdc4f9a Revert reversion
Revert "Revert "ManualAuthenticator -> Authenticator""

(commit required a pip reinstall but was not inherently broken)

This reverts commit 6f1b1570b1.
2015-09-26 18:20:13 -07:00
Peter Eckersley
6f1b1570b1 Revert "ManualAuthenticator -> Authenticator"
This reverts commit 81f0a973a3.

This was breaking the client.  Not sure if/how it passed any tests?
2015-09-26 17:48:45 -07:00
Jakub Warmuz
faa6cbdd71 Standalone 2.0 2015-09-26 17:43:59 +00:00
Jakub Warmuz
ef3605730c Move already_listening to plugins.util 2015-09-26 17:43:59 +00:00
Jakub Warmuz
81f0a973a3 ManualAuthenticator -> Authenticator 2015-09-26 09:07:08 +00:00
Brad Warren
31e9519ef5 Updated null installer interface 2015-09-23 15:11:10 -07:00
Brad Warren
f482b5bd53 Removed unnecessary .challb 2015-09-21 15:08:11 -07:00
Brad Warren
8009993b52 Removed hardcoded signature 2015-09-21 14:50:00 -07:00
Jakub Warmuz
33c2aed021 Merge remote-tracking branch 'github/letsencrypt/master' into lint 2015-09-11 07:15:10 +00:00
James Kasten
d2595b4f40 Merge pull request #713 from kuba/bugs/679
SimpleHTTP manual plugin: v04 provisioned resource contents (fixes #679)
2015-09-10 20:33:40 -04:00
Jakub Warmuz
1c27c7ed54 lint: fix no-self-use 2015-09-06 13:00:53 +00:00
Jakub Warmuz
41c08416cd Cast port to int 2015-09-06 12:54:13 +00:00