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

1242 Commits

Author SHA1 Message Date
Brad Warren
14c150ae17 Fixed unit tests and lint 2015-08-05 15:39:31 -07:00
Brad Warren
cfabfa1a67 Merge remote-tracking branch 'kuba/update-challenges' into update-challenges 2015-08-04 16:57:53 -07:00
James Kasten
3088a18f05 finish renewer error handling 2015-08-04 14:54:19 -07:00
James Kasten
3490935733 Generic ValueError -> CertStorageError 2015-08-04 14:45:03 -07:00
Jakub Warmuz
f96f059288 Remove nonce_domain remaints from core. 2015-07-31 22:54:25 +00:00
James Kasten
1587653366 Final cleanup 2015-07-31 15:38:43 -07:00
Jakub Warmuz
bac5a564db Passing core/Boulder@370d296 integration testing. 2015-07-31 21:31:58 +00:00
James Kasten
65f4332798 Update IPlugin docs, make augeas conform 2015-07-31 12:49:39 -07:00
James Kasten
33111e1ce6 Added additional errors to IPlugin.prepare interface 2015-07-31 10:44:21 -07:00
James Kasten
06a014de09 Update documentation, reduce spurious logging 2015-07-31 10:29:04 -07:00
James Kasten
f71119681c Address most of first round of comments 2015-07-30 23:14:58 -07:00
James Kasten
47be104e2b Update pick_plugin tests based on misconfigured single plugin 2015-07-30 01:37:05 -07:00
James Kasten
67be424779 Merge branch 'master' into apache_modules 2015-07-30 01:26:08 -07:00
James Kasten
3bcf29be51 Change default rollback to 1 2015-07-30 01:22:59 -07:00
James Kasten
e64e3ceab0 Proper misconfiguration message 2015-07-30 01:19:02 -07:00
James Kasten
1570873312 Fix single candidate plugin misconfiguration bug 2015-07-30 00:29:23 -07:00
James Kasten
7390a39a4d edit spacing 2015-07-29 23:49:02 -07:00
James Kasten
ae4e1d5058 Use a2enmod and update reverter 2015-07-29 23:40:07 -07:00
Jakub Warmuz
fe237df2cc Update default server URI to staging.
http://letsencrypt.status.io/pages/maintenance/55957a99e800baa4470002da/55b90ed12c1b61d83b0001eb
2015-07-29 21:15:45 +00:00
Jakub Warmuz
c1cd2e173d Merge remote-tracking branch 'github/letsencrypt/master' into update-challenges 2015-07-25 12:11:27 +00:00
Jakub Warmuz
e0651ad050 Remove Recovery Token. 2015-07-25 12:00:04 +00:00
James Kasten
98b7627e18 Merge branch 'master' into apache_modules 2015-07-24 17:07:16 -07:00
James Kasten
647caba164 100% configurator coverage 2015-07-24 03:22:35 -07:00
James Kasten
da1d6acd59 Merge pull request #622 from kuba/manual-integration
Manual plugin integration testing
2015-07-24 00:03:26 -07:00
Jakub Warmuz
ab097d128b Fix logging -> logger typo. 2015-07-24 06:41:56 +00:00
James Kasten
aecb7b71d7 100% Augeas Configr unittests 2015-07-23 14:51:07 -07:00
Peter Mosmans
7908ea0b86 Fixed typo
Changed config-changes in the short help (wrong) to config_changes (right)
2015-07-20 10:17:58 +02:00
Jakub Warmuz
9e2682a025 100% coverage for manual test mode and related code. 2015-07-19 11:04:29 +00:00
Jakub Warmuz
09e658c486 Merge remote-tracking branch 'github/letsencrypt/master' into manual-integration 2015-07-19 10:00:10 +00:00
Jakub Warmuz
3825633f46 Merge remote-tracking branch 'github/letsencrypt/master' into manual-integration
Conflicts:
	letsencrypt/auth_handler.py
2015-07-19 07:49:32 +00:00
Jakub Warmuz
00298173a2 Merge branch 'dvsni-verify' into dvsni-v03
Conflicts:
	acme/acme/challenges.py
	acme/acme/challenges_test.py
	letsencrypt/achallenges.py
	letsencrypt/crypto_util.py
	letsencrypt/plugins/common.py
	letsencrypt/tests/achallenges_test.py
2015-07-18 17:58:22 +00:00
Jakub Warmuz
7a79915f0c Common plugin: export key to PKCS8, not OpenSSL. 2015-07-18 13:00:05 +00:00
Jakub Warmuz
61e19c9882 DVSNIResponse.gen_cert, fix verify_cert, add tests. 2015-07-18 12:54:33 +00:00
Jakub Warmuz
33d7f205fa Merge remote-tracking branch 'github/letsencrypt/master' into dvsni-verify
Conflicts:
	acme/acme/challenges.py
2015-07-18 06:51:26 +00:00
Jakub Warmuz
735bd924bf Update letsencrypt to DVSNI v03 (fixes #597). 2015-07-17 17:44:35 +00:00
Jakub Warmuz
fcc470d0a2 Fix "reg vs new-reg" encoding problem. 2015-07-17 14:59:32 +00:00
Jakub Warmuz
d7d98d79ce please pylint 2015-07-13 20:24:16 +00:00
Jakub Warmuz
c2a8195f19 Move _pyopenssl_cert_or_req_san to acme. 2015-07-13 11:02:27 +00:00
Jakub Warmuz
b9df69af9f Basic dev/test setup for separate package subdirectories. 2015-07-10 16:38:42 +00:00
Jakub Warmuz
b0c72410ba Unified vector loading in letsencrypt. 2015-07-10 15:49:18 +00:00
Jakub Warmuz
19c73249ca Sort vectors: acme/testdata, separate acme and letsencrypt. 2015-07-10 15:16:48 +00:00
Jakub Warmuz
c57cd239c3 Register key creation before writing out. 2015-07-10 07:25:29 +00:00
Jakub Warmuz
1d35946b4e Fix PickPluginTest.test_no_defaults. 2015-07-10 06:51:09 +00:00
Jakub Warmuz
15f443dced assert_called_once -> assertEqual(1, *.call_count) 2015-07-10 06:42:02 +00:00
Jakub Warmuz
56d8c60df6 Fix letsencrypt.tests.client_test. 2015-07-10 06:24:06 +00:00
Jakub Warmuz
0c46f80fdd assert_callend_once -> assert_called_once 2015-07-10 05:44:21 +00:00
Jakub Warmuz
30a02d4487 Accounts: raise AccountStorageError on id mismatch (instead of assertion).
This allows find_all() to skip broken account, instead of failing with
AssertionError.
2015-07-10 05:34:33 +00:00
Jakub Warmuz
f4d5ce1986 Include Account.id in the Account.slug. 2015-07-10 05:27:01 +00:00
Jakub Warmuz
f24479ebfc 100% coverage for letsencrypt.account. 2015-07-10 05:17:24 +00:00
Jakub Warmuz
581875bde3 Account.id: use key md5 hexdigest. 2015-07-10 05:14:50 +00:00