Commit graph

9985 commits

Author SHA1 Message Date
Jakub Warmuz
659e07c5b3
Add comment, split too long line 2015-04-28 20:06:50 +00:00
Jakub Warmuz
106d2bfbbe
Explicit errors for too small key / only public 2015-04-28 20:05:14 +00:00
Jakub Warmuz
1ea5fbdf9e
rsa256_key.pem -> jose/testdata/rsa512_key.pem (fixees #273) 2015-04-28 19:58:58 +00:00
Jakub Warmuz
319932bed5
Call record.getMessage() in DialogHandler (fixes #336) 2015-04-28 18:13:34 +00:00
Jakub Warmuz
bf5d132582
Move relevant constants to acme module. 2015-04-28 17:51:46 +00:00
Jakub Warmuz
5efdda0922
Fix some of #362 nitpicks 2015-04-28 11:31:14 +00:00
James Kasten
752b3b687f cleanup 2015-04-27 14:59:44 -07:00
James Kasten
bdcf8fc91e remove disable pylint from file 2015-04-27 13:14:39 -07:00
James Kasten
d6026d7573 Add todo for obtain certificate. 2015-04-27 13:07:13 -07:00
James Kasten
0371838a91 more unit tests/better flow 2015-04-27 12:42:50 -07:00
James Kasten
ee2e0948f4 fix py26 2015-04-24 03:38:49 -07:00
James Kasten
016e10f415 100% test coverage, account, auth_handler 2015-04-23 19:12:15 -07:00
James Kasten
1d8281d15d Merge pull request #359 from letsencrypt/fix_nginx_default_vhost
fix default symlink
2015-04-23 14:11:31 -07:00
James Kasten
cdfdee2ebc Merge branch 'fix_nginx_default_vhost' into boulder 2015-04-23 14:08:09 -07:00
James Kasten
4288ece394 fix default symlink 2015-04-23 14:01:21 -07:00
James Kasten
36f3cdeddc fix/add tests 2015-04-23 13:57:35 -07:00
James Kasten
cb0aca6727 Merge branch 'master' into boulder 2015-04-22 23:19:12 -07:00
James Kasten
12899d0c38 unittest and lint cleanup 2015-04-22 23:17:53 -07:00
James Kasten
95ba2730f1 start of tests for auth_handler 2015-04-22 16:27:54 -07:00
Seth Schoen
e4f59e60e1 import configobj 2015-04-22 12:42:32 -07:00
Seth Schoen
cdf8ccbd34 Split out runnable renewer into separate file 2015-04-22 12:36:57 -07:00
Seth Schoen
b13b6de79f Small fixes; new_lineage method and tests for it 2015-04-22 12:24:33 -07:00
James Kasten
e301c71fea Merge pull request #357 from diracdeltas/doc/nginx
Add docs for Nginx plugin stub
2015-04-22 10:13:24 -07:00
Jakub Warmuz
b0fe02f732
merge github/letsencrypt/master 2015-04-22 09:16:13 +00:00
Jakub Warmuz
f26549dc58
Revert "Add cmd line arg for the authenticator"
This reverts commit 5d2abc30f0.
2015-04-22 09:02:41 +00:00
Jakub Warmuz
b76e8b6c41
Revert "Update unit tests for determine_authenticator"
This reverts commit 79f5ebe734.
2015-04-22 09:02:39 +00:00
Jakub Warmuz
cfe95323f6
Revert "Unit tests for setting authenticator via cmd line"
This reverts commit 0d7f32fa98.
2015-04-22 09:02:38 +00:00
Jakub Warmuz
4f0d0936af
IPluginFactory 2015-04-22 08:49:08 +00:00
Jakub Warmuz
88dc56186e
Move apache constants/args/IConfig to its subdirectory 2015-04-22 08:49:08 +00:00
Jakub Warmuz
bad3a959d4
random cli cleanup 2015-04-22 07:23:26 +00:00
Jakub Warmuz
0e3504cecc
stub cli_test 2015-04-22 07:20:45 +00:00
Jakub Warmuz
048876a1df
default_config_files 2015-04-22 07:19:31 +00:00
Jakub Warmuz
1001b027cb
ConfArgParse -> ConfigArgParse
ConfArgParse + subparsers = config scoped only to subcommand
ConfArgParse doesn't seem to respect formatter_class (no defaults)

ConfigArgParse works with ENV variables

https://github.com/bw2/ConfigArgParse#design-notes
2015-04-22 07:19:30 +00:00
Jakub Warmuz
975fe1c65b
Move scripts/main to client/cli.py 2015-04-22 06:23:25 +00:00
Seth Schoen
aabbee3608 Also add format indices to renewer tests 2015-04-21 21:52:04 -07:00
Seth Schoen
64eaa1b1a4 Add string format indices for Python 2.6 2015-04-21 21:46:07 -07:00
Seth Schoen
5180bda7e1 Initial tests for renewer 2015-04-21 19:13:08 -07:00
Seth Schoen
9463de3367 Initial implementation of renewer 2015-04-21 19:12:49 -07:00
yan
4c09b9882f Add docs for Nginx plugin stub 2015-04-21 10:31:25 -07:00
James Kasten
ea88fc6401 Merge pull request #348 from kuba/bootstrap
Bootstrap script improvements
2015-04-20 14:26:48 -07:00
James Kasten
ba8052250a Merge pull request #351 from diracdeltas/feature/nginx
Start Nginx configurator
2015-04-20 14:22:03 -07:00
yan
6a0dc2b960 Improve comments based on PR #351 review 2015-04-20 11:04:58 -07:00
yan
18582e8ca0 Fix tuple comparison, add ssl check in nginx get_version 2015-04-20 10:58:02 -07:00
James Kasten
cbee249c38 Merge branch 'master' into boulder
Conflicts:
	letsencrypt/acme/jose/json_util.py
	letsencrypt/acme/jose/jwk.py
	letsencrypt/acme/messages2_test.py
2015-04-19 20:33:20 -07:00
James Kasten
849415f71b prep testing infrastructure 2015-04-19 20:10:40 -07:00
James Kasten
98ecc5d25a Merge pull request #354 from kuba/to_partial_json
to_json -> to_partial_json, fully_serialize -> to_json
2015-04-19 20:08:14 -07:00
James Kasten
408f0141fa Merge pull request #353 from kuba/test_from_json_hashable
test_from_json_hashable
2015-04-18 22:27:03 -07:00
yan
4bcc18d9d3 Address @kuba's review comments 2015-04-18 10:22:36 -07:00
Jakub Warmuz
f8843c64e1
to_json -> to_partial_json, fully_serialize -> to_json 2015-04-18 08:11:28 +00:00
yan
636f5aa313 Remove commented-out code in nginx dvsni.py 2015-04-17 23:21:55 -07:00