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
Jakub Warmuz
74f089ae3b
Revert pre-renewer deploy_certificate API
2015-05-28 07:12:19 +00:00
Brad Warren
31fbcd46e0
Merge remote-tracking branch 'upstream/master' into notify
2015-05-27 22:39:46 -04:00
Brad Warren
0e1f6b24f3
Added basic notifier
2015-05-27 19:29:06 -04:00
Seth Schoen
b617305927
Inelegant approach to support --renewer-config-file command-line argument
2015-05-27 12:38:47 -07:00
Peter Eckersley
9bc9abecbe
Merge pull request #404 from letsencrypt/renewer
...
Automatically renew certificates!
2015-05-26 15:56:11 -07:00
Seth Schoen
b2b70279c2
Merge branch 'kuba-test-mode' of ssh://github.com/letsencrypt/lets-encrypt-preview into renewer
2015-05-26 14:34:31 -07:00
Seth Schoen
f7718d14aa
API documentation on obtain_and_enroll_cert
2015-05-22 14:42:19 -07:00
Seth Schoen
cdd365af9a
Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into renewer
2015-05-22 14:39:51 -07:00
Peter Eckersley
6283ced29c
Allow 100 character lines when necessary.
2015-05-22 14:39:22 -07:00
Seth Schoen
1cddd0fba1
Use standard plugins interface in config serialization
2015-05-22 14:29:50 -07:00
Jacob Hoffman-Andrews
958b6b1048
Only check config if it is defined.
2015-05-22 13:57:41 -07:00
Jacob Hoffman-Andrews
1a5d6ba90d
Use more verbose exception catch.
2015-05-22 13:16:55 -07:00
Jacob Hoffman-Andrews
8562496f82
Fixes from review comments.
2015-05-22 13:06:17 -07:00
Seth Schoen
5c6d833fc1
Merge branch 'master' into renewer
2015-05-22 12:49:03 -07:00
schoen
149cd56c0b
Merge pull request #430 from Hainish/vagrantfile-fix
...
Fix Debian dependencies, and add the required openssl header file
2015-05-22 12:47:21 -07:00
William Budington
93c09f19be
Install git-core for vagrant (smaller dependency) and add comment
2015-05-22 11:23:18 -07:00
Jakub Warmuz
53d65d005e
CLI: improve plugins help messages, refactor code
2015-05-22 08:43:58 +00:00
Jakub Warmuz
f00b674131
Move --cert-path and --chain-path from global IConfig to subparsers.
2015-05-22 08:06:32 +00:00
Jakub Warmuz
ae6c7cb936
--le-vhost-ext -> --apache-le-vhost-ext
2015-05-22 07:28:21 +00:00
Jacob Hoffman-Andrews
969c2c052d
Re-remove server_url.
2015-05-21 23:44:13 -07:00
Jacob Hoffman-Andrews
d2425e5283
Merge branch 'master' into kuba-test-mode
2015-05-21 23:43:30 -07:00
Jacob Hoffman-Andrews
ef8daba47f
Merge pull request #400 from kuba/test-mode
...
Test mode and --server with scheme
2015-05-21 23:41:00 -07:00
Jakub Warmuz
7495145563
Merge remote-tracking branch 'github/letsencrypt/master' into test-mode
...
Conflicts:
letsencrypt/network2.py
2015-05-22 06:26:16 +00:00
Jakub Warmuz
8dac7daf87
config.server_url -> config.server
2015-05-22 06:21:53 +00:00
Jacob Hoffman-Andrews
e1e6135313
Use a different port for test mode.
2015-05-21 19:08:05 -07:00
Jacob Hoffman-Andrews
233d1fb7f6
Merge branch 'master' into kuba-test-mode
2015-05-21 19:01:03 -07:00
Jacob Hoffman-Andrews
424acfe16e
Fixes to running on command line.
...
Use cert_dir instead of cert_path
Restore server_url
When creating a unique file, only loop for EEXISTS, not other OS errors like
permission denied.
Pass uid explicitly to make_or_verify_dir.
2015-05-21 18:58:40 -07:00