Brad Warren
|
554139cb1a
|
Reformatted error message
|
2015-06-26 16:14:21 -07:00 |
|
Brad Warren
|
d6246ae309
|
Special cased KeyboardInterrupt
|
2015-06-26 16:09:46 -07:00 |
|
Brad Warren
|
93b736a224
|
Logs and hides tracebacks
|
2015-06-26 15:26:33 -07:00 |
|
Jakub Warmuz
|
4ce4e2f930
|
logger = logging.getLogger(__name__)
|
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
|
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 |
|
James Kasten
|
06d7e51f22
|
formatting and documentation
|
2015-06-24 14:38:30 -07: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 |
|
Peter Eckersley
|
f408ac7296
|
Draft basic usage text
|
2015-06-22 09:37:57 -07:00 |
|
Peter Eckersley
|
40871d4c29
|
Fix merge error
|
2015-06-16 14:04:41 -07:00 |
|
Peter Eckersley
|
9855ac81bb
|
Merge remote-tracking branch 'letsencrypt/master' into help
Conflicts:
letsencrypt/cli.py
Not clear what topic that tweak flag should be under; leaving it under testing
for now...
|
2015-06-16 12:59:09 -07:00 |
|
Peter Eckersley
|
8dc9cc67d9
|
Satiate the pylint daemons
|
2015-06-16 12:46:37 -07:00 |
|
Jakub Warmuz
|
635e585226
|
Initial support for "auth --csr" (fixes: #370)
|
2015-06-15 11:40:17 +00:00 |
|
Jakub Warmuz
|
8883bd76fd
|
Add --no-simple-http-tls.
|
2015-06-12 08:25:59 +00:00 |
|
Peter Eckersley
|
c70bce8b7a
|
Some cleaning up
|
2015-06-08 16:51:15 -07:00 |
|
Peter Eckersley
|
2d65026d6d
|
Help topics now working
|
2015-06-08 11:42:15 -07:00 |
|
Peter Eckersley
|
1fa5a64abd
|
Draft (somewhat buggy) implementation of help topics
|
2015-06-08 01:38:39 -07:00 |
|
Peter Eckersley
|
3457a01da2
|
WIP: Cleaning up the command line help
|
2015-06-06 15:45:17 -07:00 |
|
Brad Warren
|
986ca6562f
|
Merge remote-tracking branch 'upstream/master' into reporter
|
2015-06-02 12:19:10 -07:00 |
|
Brad Warren
|
814ab083bd
|
Added account registration message and fixed double output
|
2015-06-02 11:16:24 -07: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 |
|
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 |
|
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
|
e5dd4ba70c
|
Minor fixes for #453 and reporter API docs.
|
2015-06-01 19:09:39 +00: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 |
|
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
|
da8f3e19a4
|
Remove confusingly unused --enroll-autorenew.
|
2015-05-28 07:58:40 +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 |
|
Seth Schoen
|
1cddd0fba1
|
Use standard plugins interface in config serialization
|
2015-05-22 14:29:50 -07:00 |
|
Seth Schoen
|
5c6d833fc1
|
Merge branch 'master' into renewer
|
2015-05-22 12:49:03 -07:00 |
|
Seth Schoen
|
52fefad693
|
Basic functionality of run/auth CLI verbs
|
2015-05-16 23:51:58 -07:00 |
|
Seth Schoen
|
82a4c61eff
|
Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into renewer
Conflicts:
letsencrypt/client.py
|
2015-05-13 12:10:36 -07:00 |
|
Jakub Warmuz
|
ac9f97100c
|
Merge remote-tracking branch 'github/letsencrypt/master' into test-mode
Conflicts:
letsencrypt/tests/configuration_test.py
letsencrypt/tests/network2_test.py
|
2015-05-12 21:16:56 +00:00 |
|
Jakub Warmuz
|
41e86df252
|
Move letsencrypt.client to letsencrypt
|
2015-05-10 12:32:05 +00:00 |
|