Commit graph

9985 commits

Author SHA1 Message Date
Brad Warren
93b736a224 Logs and hides tracebacks 2015-06-26 15:26:33 -07:00
James Kasten
f99af51de3 Address comments 2015-06-26 14:47:03 -07:00
Jakub Warmuz
79252e7940
Merge remote-tracking branch 'github/letsencrypt/master' into 485-cleanup
Conflicts:
	tests/boulder-integration.sh
2015-06-26 21:11:42 +00:00
James Kasten
91f20e9a4a OMerge branch 'master' into fix_plugin_prepare 2015-06-26 13:31:38 -07:00
James Kasten
3705594628 Merge pull request #554 from letsencrypt/renew_before_deploy
Try to renew certs before trying to deploy them
2015-06-26 16:25:30 -04:00
James Kasten
aea74f3c46 Change appropriate misconfiguration errors 2015-06-26 12:05:25 -07:00
James Kasten
1a63c774d1 Merge pull request #557 from kuba/integration-testing
boulder-integration.sh: SERVER env variable
2015-06-26 12:43:07 -04:00
James Kasten
5027d70002 Ignore pycharm project files 2015-06-26 09:30:10 -07:00
James Kasten
93a9a8b268 ConfiguratorError -> PluginError 2015-06-26 09:29:40 -07:00
James Kasten
36161c306a update tests 2015-06-26 08:47:26 -07:00
James Kasten
fdfd395707 Merge branch 'master' into apache_failed_vhost
Conflicts:
	letsencrypt_apache/configurator.py
	letsencrypt_apache/dvsni.py
2015-06-26 08:29:37 -07:00
Jakub Warmuz
9d6cf6c6a2
Fix --help all to display options without topic. 2015-06-26 13:31:03 +00:00
Jakub Warmuz
abbd2483a5
install --key-path (fixes #550) 2015-06-26 13:26:09 +00:00
Jakub Warmuz
b1b3befd04
Backport #440 CLI changes, clean up after #485
Additonally:
- remove "-s", it will not be used often
- remove --accountkey (former --authkey), as it is not used
- CLI_DEFAULTS: cert_path -> auth_cert_path, chain_path -> auth_chain_path
- remove remaining "LetsEncrypt" error prefixes (fixes #487).
- HeplfulParser:
  - call add_plugin_args from outside (this makes sure plugins are
    displayed last in --help all)
2015-06-26 13:26:09 +00:00
Jakub Warmuz
c8dc9af7bf
Fix integration test for install. 2015-06-26 13:26:09 +00:00
Jakub Warmuz
7d775ae9f3
Add null installer, integration tests for install/run
Fixes #438.
2015-06-26 13:26:09 +00:00
Jakub Warmuz
3383dedbcf
boulder-integration.sh: SERVER env variable
Blocks https://github.com/letsencrypt/boulder/pull/416
2015-06-26 07:20:01 +00:00
schoen
7a24499f15 Merge pull request #553 from kuba/logging
Logging refactor, logfile
2015-06-25 21:49:51 -07:00
James Kasten
bda7c9f5ce refine vhost display 2015-06-25 18:57:10 -07:00
Seth Schoen
fbb0058bcd Enable renewer test that was failing 2015-06-25 18:15:59 -07:00
Seth Schoen
c54f154ea6 Try to renew certs before trying to deploy them 2015-06-25 18:12:45 -07:00
James Kasten
1973bdbc2f Merge branch 'master' into apache_failed_vhost 2015-06-25 17:03:22 -07:00
James Kasten
99fcb4f230 Handle missing vhosts gracefully 2015-06-25 17:02:09 -07:00
Jakub Warmuz
f080aae332
Merge remote-tracking branch 'github/letsencrypt/master' into logging 2015-06-25 21:11:46 +00:00
James Kasten
a96a7e2641 Merge pull request #551 from kuba/augeas_configurator-apache
Move AugeasConfigurator to letsencrypt_apache.
2015-06-25 17:10:21 -04:00
Jakub Warmuz
4ce4e2f930
logger = logging.getLogger(__name__) 2015-06-25 19:55:22 +00:00
Jakub Warmuz
865d9074e4
log.DialogHandler: print formatted record, not just message.
Fixes bug, where DialogHandler would display only %(message) part of
the record, instead of the entire formatted record string.
2015-06-25 19:55:22 +00:00
Jakub Warmuz
eb149b9129
CLI debug log file 2015-06-25 19:55:16 +00:00
Jakub Warmuz
5b9a2f9637
cli._setup_logging 2015-06-25 19:45:01 +00:00
Jakub Warmuz
6ba133fc7c
Debug log CLI arguments 2015-06-25 19:45:01 +00:00
Jakub Warmuz
60b6834ab0
Debug log registration errors. 2015-06-25 19:45:01 +00:00
Jakub Warmuz
3ade1d13f3
Merge remote-tracking branch 'github/letsencrypt/master' into renewer
Conflicts:
	tests/boulder-integration.sh
2015-06-25 19:07:21 +00:00
Jakub Warmuz
f312bdac22
Fix unittests for dvsni_port. 2015-06-25 18:36:06 +00:00
James Kasten
bf69cf1f05 Merge pull request #504 from kuba/csr
Initial support for user-supplied CSRs (fixes: #370)
2015-06-25 14:09:53 -04:00
James Kasten
3f2e427a71 Merge pull request #545 from letsencrypt/ssl_labs_urls
Add SSLLab URLs at the end of installation
2015-06-25 14:05:12 -04:00
Jakub Warmuz
3789922c0b
Move AugeasConfigurator to letsencrypt_apache.
https://github.com/letsencrypt/lets-encrypt-preview/pull/531#issuecomment-114285541
2015-06-25 17:55:49 +00:00
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
Jakub Warmuz
d804853958
Remove commented suject fields in make_csr 2015-06-25 16:08:52 +00:00
Jakub Warmuz
4057734c33
Add integrations tests for CSR. 2015-06-25 16:05:25 +00:00
Jakub Warmuz
dc561ea3df
Merge remote-tracking branch 'github/letsencrypt/master' into csr 2015-06-25 15:26:41 +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
e51f300ee6
Merge remote-tracking branch 'github/letsencrypt/master' into csr
Conflicts:
	letsencrypt/cli.py
	letsencrypt/client.py
	letsencrypt/tests/client_test.py
2015-06-25 13:36:41 +00: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