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

2094 Commits

Author SHA1 Message Date
Jakub Warmuz
e346bfafd6 Merge branch 'cli-config-fixes' into renewer-cli 2015-06-11 21:14:28 +00:00
Jakub Warmuz
05ad602b43 Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes
Conflicts:
	letsencrypt/cli.py
2015-06-02 18:42:04 +00:00
James Kasten
7b23147daf Merge pull request #475 from e00E/master
Fixed not passing a string as the private key to deploy_certificate w…
2015-06-02 14:37:55 -04:00
Jakub Warmuz
9a7ade7cba Rename cert_dir to csr_dir. 2015-06-02 17:42:23 +00:00
e00E
73e9956a48 Fixed not passing a string as the private key to deploy_certificate when using an Installer plugin. 2015-06-02 18:17:18 +02:00
James Kasten
34ed54079d Merge pull request #466 from kuba/bugs/462
Fix --no-verify-ssl negation bug
2015-06-02 11:54:09 -04:00
Jakub Warmuz
0b57daf473 Renewer dynamic dirs based on --config-dir/--work-dir (fixes #469). 2015-06-02 12:10:22 +00:00
Jakub Warmuz
9ecfecbc7a Add missing docstring. 2015-06-02 09:19:51 +00:00
Jakub Warmuz
b420e2a1da Fix --no-verify-ssl negation bug 2015-06-02 06:58:35 +00:00
Jakub Warmuz
cd7a5ec24a Fix pylint 2015-06-02 01:01:29 +00:00
Jakub Warmuz
8fed612fef Fix apache/nginx tests. 2015-06-02 00:40:33 +00:00
Jakub Warmuz
ed5e8df8d7 Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes
Conflicts:
	letsencrypt/constants.py
	letsencrypt/interfaces.py
2015-06-02 00:19:05 +00:00
Jakub Warmuz
c440b0354d Fix typo 2015-06-02 00:16:24 +00:00
Jakub Warmuz
8fe6584336 Don't allow user supplied mod_ssl conf destination (fixes #451). 2015-06-02 00:14:10 +00:00
Jakub Warmuz
3fefd28080 Only configure --config-dir/--work-dir (rest dynamic). 2015-06-01 23:49:07 +00:00
Jacob Hoffman-Andrews
325f2ae4ad Merge pull request #463 from kuba/bugs/462
Split --test-mode into --no-verify-ssl and --dvsni-port (fixes #462).
2015-06-01 16:28:47 -07:00
schoen
97489f85fa Merge pull request #464 from kuba/verbose-help
Add help for the --verbose flag.
2015-06-01 14:47:48 -07:00
schoen
171e37894b Merge pull request #465 from kuba/reporter-cleanup
Reporter cleanup
2015-06-01 14:47:19 -07:00
Jakub Warmuz
5b957f27d6 Fix typo: config.port -> config.dvsni_port. 2015-06-01 21:40:22 +00:00
Jakub Warmuz
f5613ee074 Add help for the --verbose flag. 2015-06-01 21:08:42 +00:00
Jakub Warmuz
2929039cf4 Split --test-mode into --no-verify-ssl and --dvsni-port (fixes #462). 2015-06-01 20:56:58 +00:00
Jakub Warmuz
3ba41de2ba Split Reporter priority constants (improves docs readability). 2015-06-01 19:16:58 +00:00
Jakub Warmuz
c4195c6cdf Unify test docstrings. 2015-06-01 19:09:40 +00:00
Jakub Warmuz
e5dd4ba70c Minor fixes for #453 and reporter API docs. 2015-06-01 19:09:39 +00:00
Seth Schoen
2027110512 Add a single performance-related TODO comment 2015-06-01 11:34:12 -07:00
schoen
569a70f6aa Merge pull request #453 from bradmw/notify
Reporter (tells user about important stuff)
2015-05-29 12:55:35 -07:00
schoen
d92a795b09 Merge pull request #452 from kuba/docker
Add Docker container badge in README
2015-05-29 11:59:29 -07:00
Brad Warren
4f7d83d274 Corrected comment in cli.py 2015-05-29 11:45:06 -07:00
Brad Warren
0558aa1c01 Merge remote-tracking branch 'upstream/master' into notify 2015-05-29 11:34:11 -07:00
Brad Warren
8bcc8f8024 Finished basic reporter 2015-05-29 11:33:11 -07:00
Jakub Warmuz
e520efe41e Add continer badge in README 2015-05-29 11:24:11 +00:00
Jakub Warmuz
9ea5e20b44 Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes
Conflicts:
	letsencrypt/cli.py
	letsencrypt/constants.py
	letsencrypt/interfaces.py
2015-05-29 07:42:24 +00:00
Seth Schoen
e15b7b4deb Merge branch 'master' into renewer_config_location
Conflicts:
	letsencrypt/cli.py
	letsencrypt/client.py
	letsencrypt/interfaces.py
2015-05-28 14:55:47 -07:00
Jakub Warmuz
71aa1a5348 Fix merge problems and pylint 2015-05-28 20:52:59 +00:00
Jakub Warmuz
eef1ce6cf5 Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes-2 2015-05-28 20:47:35 +00:00
Seth Schoen
3dbf47eb3f Merge branch 'renewer-cleanup' of https://github.com/kuba/lets-encrypt-preview 2015-05-28 12:36:32 -07:00
Jakub Warmuz
a3d452c112 storage.config_with_defaults 2015-05-28 19:27:30 +00:00
Jakub Warmuz
5547d13f12 Merge branch 'renewer-cleanup' into cli-config-fixes-2
Conflicts:
	letsencrypt/cli.py
	letsencrypt/client.py
	letsencrypt/interfaces.py
2015-05-28 19:07:58 +00:00
Jakub Warmuz
d01b17f1e2 IInstaller.deploy_cert docs/naming fixes 2015-05-28 18:31:06 +00:00
James Kasten
a7df8abb78 Merge pull request #448 from kuba/docs
Various docstring fixes.
2015-05-28 14:24:09 -04:00
Jakub Warmuz
8d1135c049 Private _AttrDict 2015-05-28 18:09:05 +00:00
Jakub Warmuz
c813efdce7 Merge obtain_certificate and _obtain_certificate 2015-05-28 18:07:49 +00:00
Jakub Warmuz
cc969fc406 Fix deploy_certificate (docs and use abspath) 2015-05-28 18:07:26 +00:00
Jakub Warmuz
2178315f8a Various docstring fixes.
- Use r""" \* """
- transform plugins note to ..warning
- ' -> ` for cross-reference
- fix some "more than one target found for cross-reference" warnings
2015-05-28 15:17:55 +00:00
Jakub Warmuz
3809a817ea Bump coverage 2015-05-28 08:02:43 +00:00
Jakub Warmuz
f798c117f7 assertEqual(False, ...) -> assertFalse 2015-05-28 08:01:44 +00:00
Jakub Warmuz
da8f3e19a4 Remove confusingly unused --enroll-autorenew. 2015-05-28 07:58:40 +00:00
Jakub Warmuz
a00dc88ad1 Fix renewer pr docstrings 2015-05-28 07:45:41 +00:00
Jakub Warmuz
81ac25f89c Add API docs for renewer and storage 2015-05-28 07:45:41 +00:00
Jakub Warmuz
b75df9f4de range -> xrange 2015-05-28 07:45:41 +00:00