Jakub Warmuz
040f434a61
Renewer integration tests for standalone.
2015-06-25 17:43:17 +00:00
Jakub Warmuz
d543716adf
Merge remote-tracking branch 'github/letsencrypt/master' into renewer
2015-06-25 16:13:46 +00:00
James Kasten
db1558a16c
Merge pull request #499 from kuba/integration-testing
...
Integration testing
2015-06-25 10:58:15 -04:00
Jakub Warmuz
e0bc6aeb50
Travis CI setup for integration testing ( fixes #530 ).
...
Candidate issues to be addressed:
- race condition: start.sh might fail to start Boulder WFE before
./tests/boulder-integration.sh is run (unlikely, but possible,
leading to flaky tests)
- intertwined build logs (./start.sh boostraps in the background,
integration test debug logs on server and client side)
2015-06-25 09:50:23 +00:00
Jakub Warmuz
8bde250ff2
boulder-integration.sh: agree-tos -> agree-eula, force standalone.
2015-06-25 08:25:10 +00:00
Jakub Warmuz
434699031b
Merge remote-tracking branch 'github/letsencrypt/master' into integration-testing
2015-06-25 06:02:32 +00:00
Jakub Warmuz
77ddc68d8e
Quickfix for wrong renewer target paths.
...
IOError: [Errno 2] No such file or directory: '/tmp/le/config/archive/renewer/privkey2.pem'
2015-06-25 05:53:39 +00:00
schoen
376bf9de6d
Merge pull request #548 from kuba/renewer
...
Renewer quickfixes
2015-06-24 22:47:16 -07:00
Jakub Warmuz
38b497ef73
renewer: fix bug where renewer.conf wasn't read.
2015-06-25 05:36:02 +00:00
Jakub Warmuz
4de60f68ab
Pass cli_config to RenewableCert
2015-06-25 05:35:49 +00:00
Jakub Warmuz
b9f2823d6b
renewer: _paths_parser
2015-06-25 05:35:15 +00:00
schoen
f5def6b6d6
Merge pull request #535 from kuba/473-no-cli
...
Renewer dynamic dirs based on --config-dir/--work-dir (#473 without touching CLI)
2015-06-24 22:18:40 -07:00
James Kasten
7d2023c64e
Merge pull request #547 from bradmw/errors
...
Validation errors
2015-06-25 01:04:08 -04:00
Brad Warren
f35d8a5228
Merge remote-tracking branch 'upstream/master' into errors
2015-06-24 18:25:02 -07:00
Brad Warren
d15a386f92
Incorporated jdkasten's feedback
2015-06-24 18:24:54 -07:00
James Kasten
138ebc6d4e
Merge pull request #539 from coolaj86/patch-3
...
minor update for raspbian
2015-06-24 19:17:32 -04:00
James Kasten
04440179f4
Merge pull request #534 from kuba/440-no-cli
...
Dynamic dirs based on --config-dir and --work-dir (#440 without touching CLI)
2015-06-24 19:06:33 -04:00
James Kasten
81c7b30926
Merge pull request #546 from letsencrypt/formatting_doc
...
formatting and documentation
2015-06-24 19:01:33 -04:00
Brad Warren
76d12e5e34
Merge remote-tracking branch 'upstream/master' into errors
2015-06-24 15:28:14 -07:00
Brad Warren
9637142c4c
Added auth_handler tests
2015-06-24 15:27:34 -07:00
James Kasten
06d7e51f22
formatting and documentation
2015-06-24 14:38:30 -07:00
James Kasten
e2be3a5fa9
Merge pull request #541 from kuba/repo-rename
...
Update references after repo rename.
2015-06-24 16:38:45 -04:00
Peter Eckersley
271ba9a7e7
Merge pull request #485 from letsencrypt/help
...
Organise command line help into topics
2015-06-24 13:18:05 -07:00
AJ ONeal
fba2de706e
move lsb install into newer with --no-install-recommends
2015-06-24 13:29:26 -06:00
Brad Warren
8f760cf828
Cleaned up multiline statements
2015-06-24 11:51:50 -07:00
Brad Warren
512e02c837
Added reporter messages for failed challenges.
2015-06-24 11:46:39 -07:00
Jakub Warmuz
15258cc50a
Update references after repo rename.
...
https://github.com/letsencrypt/letsencrypt/issues/505
2015-06-24 04:56:31 +00:00
Peter Eckersley
7fe5b8233b
Retry, with sanity.
2015-06-23 17:38:48 -07:00
Peter Eckersley
4f3753b644
Merge remote-tracking branch 'letsencrypt/master' into help
...
Conflicts:
letsencrypt/le_util.py
2015-06-23 16:23:14 -07:00
Seth Schoen
d4bdba9726
Merge branch 'acme-spec-158' of https://github.com/kuba/lets-encrypt-preview
...
Resolved conflict in errors.py (LetsEncryptContAuthError renamed
to ContAuthError)
Conflicts:
letsencrypt/errors.py
2015-06-23 15:55:13 -07:00
AJ ONeal
a1f025980a
minor update for raspbian
2015-06-23 16:38:39 -06:00
James Kasten
fc4c599187
Remove preview from github and travis
2015-06-23 18:38:24 -04:00
James Kasten
0069f408b1
Merge pull request #533 from kuba/bugs/487
...
Remove "LetsEncrypt" prefix from errors (does not touch cli.py)
2015-06-23 18:14:15 -04:00
Peter Eckersley
079eb93e53
Satisfy the lintmonster
2015-06-23 15:10:42 -07:00
Peter Eckersley
02f3bb4f05
Use a completely custom usage mesage for plain --help
...
Keep argparse in place for --help <TOPIC>, but try to make that match
the customised short help as much as possible.
2015-06-23 14:13:52 -07:00
Jakub Warmuz
457279adb2
Add errors.FailedChallenges and update AuthHandler to use it.
2015-06-23 20:10:20 +00:00
Jakub Warmuz
4fb1685b55
Update error codes, add "error" field to ChallengeBody (acme-spec#158).
2015-06-23 17:57:11 +00:00
Jakub Warmuz
e82f605c22
Merge branch '440-no-cli' into 473-no-cli
...
Conflicts:
letsencrypt/cli.py
letsencrypt/renewer.py
2015-06-23 08:17:07 +00:00
Jakub Warmuz
f1e747ac1a
Revert CLI changes, blocked by #485 .
2015-06-23 07:48:45 +00:00
Jakub Warmuz
278bd8deb2
Rename IConfig.csr_dir back to IConfig.cert_dir.
...
This will be used in #504 .
2015-06-23 07:48:45 +00:00
Jakub Warmuz
8e582dfff8
Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes
...
Conflicts:
letsencrypt/constants.py
2015-06-23 07:47:48 +00:00
Jakub Warmuz
a1e750f432
Errors prefix: do not touch CLI.
2015-06-22 22:45:45 +00:00
Jakub Warmuz
57f67c4109
Rewrap after errors rename, doc fixes.
2015-06-22 22:43:42 +00:00
Jakub Warmuz
cfa7e28106
errors.LetsEncrypt -> errors. ( fixes : #487 )
2015-06-22 22:41:24 +00:00
James Kasten
655331c9cf
Merge pull request #532 from kuba/logging-without-cli
...
Logging improvements (without touching CLI)
2015-06-22 18:32:47 -04:00
James Kasten
62d26f1dcd
Merge pull request #531 from kuba/pkgs_sep_prep
...
setup.py: separate install_requires
2015-06-22 18:23:15 -04:00
James Kasten
3448490734
Merge pull request #529 from kuba/acme-resource-json
...
JSONDeSerializable acme.messages.Resource.
2015-06-22 18:15:12 -04:00
Jakub Warmuz
8e39a3a0ef
Collate multi-line logs, use logging.exception, other fixes.
2015-06-22 22:05:27 +00:00
Jakub Warmuz
28f5c7d666
logs: collate omitted empty fields
2015-06-22 22:05:27 +00:00
Jakub Warmuz
e17bd684bb
Debug log received response for GET/POST
2015-06-22 22:05:27 +00:00