Commit Graph
1784 Commits
Author SHA1 Message Date
yan dfb94613bf Add nginx server block for target_name if one doesn't exist 2015-05-08 17:30:34 -07:00
yan f7116a7388 Reduce logging severity for unparseable config files 2015-05-08 12:36:32 -07:00
yan 1533eea351 Start nginx if it's not already running 2015-05-08 12:34:48 -07:00
yan 4dc566a871 Update vhost object when making nginx SSL block 2015-05-07 18:30:50 -07:00
yan cf48791686 Address @kuba review comments 2015-05-05 23:57:40 -07:00
yan 6f4af62f61 Add dvsni tests 2015-05-05 23:40:40 -07:00
yan 23d27f4659 Bump min nginx version to 0.8.48
We are assuming that if a server_name isn't specified, it matches the empty
string. Prior to 0.8.48, it would match the machine's hostname.
2015-05-05 23:40:40 -07:00
James Kasten a0b410f460 Merge pull request #389 from letsencrypt/separate_keys
Separate keys
2015-05-05 18:29:09 -07:00
James Kasten 94d8a1ca01 update documentation of obtain_certificate 2015-05-05 14:54:15 -07:00
James Kasten 394e18c4c6 use certificate_key throughout 2015-05-05 14:43:00 -07:00
James Kasten 73679a4e85 generate a separate key for the certificate 2015-05-05 14:15:48 -07:00
James Kasten 84cae41b38 Merge pull request #388 from kuba/acme
More readable message2.Error exceptions + small test.
2015-05-05 12:38:52 -07:00
Jakub Warmuz 6580d3a85b Add test for ChallengeBody proxy behaviour 2015-05-05 19:10:51 +00:00
Jakub Warmuz 3c645a9916 messages2.Error.__str__ (more readable exceptions)
This partially fixes #349.
2015-05-05 19:09:57 +00:00
James Kasten e4ac29ef81 Merge pull request #380 from kuba/boulder-130-fixed
boulder#130 fixed
2015-05-03 13:06:32 -07:00
Jakub Warmuz 0216ea3f26 boulder#130 fixed 2015-05-03 19:44:53 +00:00
James Kasten 93cdad120d Merge pull request #375 from kuba/apache-no-sudo
Don't use sudo in apache plugin
2015-05-02 09:17:43 -07:00
Jakub Warmuz 7a4d37e320 Don't use sudo in apache plugin. 2015-05-02 08:08:11 +00:00
James Kasten 828e09543b Merge pull request #368 from kuba/bugs/273
rsa256_key.pem -> jose/testdata/rsa512_key.pem (fixes #273)
2015-05-01 12:32:03 -07:00
James Kasten 963c95dfe0 Merge pull request #366 from kuba/constants-cleanup
Move relevant constants to acme module.
2015-05-01 12:23:25 -07:00
Jakub Warmuz c838faffd8 Merge remote-tracking branch 'github/letsencrypt/master' into bugs/273
Conflicts:
	letsencrypt/client/plugins/standalone/tests/authenticator_test.py
2015-05-01 19:18:19 +00:00
Jakub Warmuz 57ae12745d Merge remote-tracking branch 'github/letsencrypt/master' into constants-cleanup
Conflicts:
	letsencrypt/client/constants.py
2015-05-01 19:10:00 +00:00
James Kasten fcb774f71b Merge pull request #367 from kuba/bugs/336
Call record.getMessage() in DialogHandler (fixes #336)
2015-05-01 12:08:21 -07:00
James Kasten 1e62579688 Merge pull request #362 from letsencrypt/boulder
Boulder
2015-05-01 11:46:22 -07:00
Jakub Warmuz 5b762e51be Update ACME docs (protocol version info) 2015-05-01 10:55:26 +00:00
Jakub Warmuz 0845d82f65 Update Configuration test 2015-05-01 10:24:48 +00:00
Jakub Warmuz 8c43404015 pep8 2015-05-01 10:10:04 +00:00
Jakub Warmuz 9b5ea88abd acme-spec#93 solved, ref boulder#130, acme-spec#110 2015-05-01 10:09:56 +00:00
Jakub Warmuz 0cb012a9fd Configuration: server_url, server_path 2015-05-01 10:08:33 +00:00
Jakub Warmuz 54955009eb constants.CONFIG_DIRS_MODE, fix #362 config dir bug 2015-05-01 10:07:32 +00:00
James Kasten 4d7f67684d Move eula to registration 2015-04-30 20:55:26 -07:00
James Kasten 5ba23a6047 fixes to address comments 2015-04-30 20:01:32 -07:00
James Kasten f11f5bca73 address comments 2015-04-30 18:35:49 -07:00
James Kasten 84fd90841c Merge branch 'boulder' of https://github.com/kuba/lets-encrypt-preview into kuba-boulder 2015-04-30 17:57:19 -07:00
Jakub Warmuz 18a1d01d8f Ref to letsencrypt/boulder#130 2015-04-29 19:49:24 +00:00
Jakub Warmuz 3ba8acc57e Ref to letsencrypt/boulder#128 2015-04-29 09:15:31 +00:00
Jakub Warmuz 79b0ed5cd3 log act_cert_path 2015-04-29 08:23:42 +00:00
Jakub Warmuz ff569084f8 Fix empty email problem, EMAIL_REGEX = re.compile(...), pep8 2015-04-29 08:21:16 +00:00
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