Jakub Warmuz
315b357781
Hide null installer ( fixes #789 ).
2015-09-28 19:08:57 +00:00
James Kasten
523dba0b99
Merge pull request #777 from letsencrypt/fix_771
...
Make 'auth' and 'run' use the same code (fixes #771 )
2015-09-26 22:12:46 -04:00
Peter Eckersley
405bc99235
--help is effectively a verb for CLI purposes
2015-09-26 18:19:56 -07:00
Peter Eckersley
63e1c652e1
Undo damage from PEP8ification
2015-09-26 18:05:34 -07:00
James Kasten
8dc345a3a0
address naming conventions
2015-09-26 16:04:44 -07:00
James Kasten
655c3c2a0e
Address comments
2015-09-26 15:44:57 -07:00
James Kasten
98d49ae8bf
Remove excessive error handling
2015-09-26 01:34:09 -07:00
James Kasten
395da0d7d5
Merge branch 'master' into fix_771
...
Conflicts:
letsencrypt/cli.py
2015-09-25 20:11:15 -07:00
James Kasten
add23360a5
Take away confirmation screen for testing
2015-09-25 20:04:34 -07:00
Brad Warren
fe810020c4
Made error logging entries red in the terminal
2015-09-25 13:26:45 -07:00
James Kasten
cf08fe799a
fix #799
2015-09-21 16:57:28 -07:00
Peter Eckersley
6c4d9e9324
Satisfy the lintmonster
2015-09-17 13:00:03 -07:00
Peter Eckersley
7c67df1076
traceback actually provides that \n
2015-09-17 12:48:07 -07:00
Peter Eckersley
0e3eae153e
Hide tracebacks, but not the ultimate error itself
2015-09-17 12:29:42 -07:00
Peter Eckersley
630c715350
lintmonster
2015-09-16 17:03:09 -07:00
James Kasten
e8611d299a
Cleanup formatting issues
2015-09-16 13:23:46 -07:00
Peter Eckersley
9315161ef2
Better documentation
2015-09-16 13:20:31 -07:00
Peter Eckersley
1a2c983a9c
Strict permission checking only upon request
...
Use --strict-permissions if you're running as a privileged user on a system
where non-privileged users might have write permissions to parts of the lets
encrypt config or logging heirarchy. That should not normally be the case.
Working toward a fix for #552
2015-09-16 13:13:24 -07:00
James Kasten
8b9a66d7dd
Make sure configs directory exists
2015-09-16 12:33:56 -07:00
James Kasten
a0d67aeed7
correct success message for 'run'
2015-09-16 01:25:08 -07:00
James Kasten
23edd48d5a
minor fixes
2015-09-15 23:34:00 -07:00
James Kasten
2bc87893c4
Merge branch 'master' into fix_771
2015-09-15 22:49:16 -07:00
James Kasten
c025c17b5d
auth use renewal
2015-09-15 22:48:36 -07:00
Peter Eckersley
5709eacec4
Merge remote-tracking branch 'origin/master' into kuba_chain
2015-09-15 18:33:16 -07:00
James Kasten
d9cf160aca
Merge pull request #758 from letsencrypt/treat_duplicate_as_renewal
...
Treat duplicative certificate requests as renewals by default
2015-09-15 21:30:22 -04:00
Peter Eckersley
67bf3d41cb
Merge remote-tracking branch 'origin/master' into kuba_chain
2015-09-15 18:26:39 -07:00
Peter Eckersley
3e59ed6939
Fix new call to save_successor
2015-09-15 18:25:49 -07:00
James Kasten
d367694dc3
pep8 fixes
2015-09-15 18:09:00 -07:00
Peter Eckersley
d910fe8655
Merge remote-tracking branch 'origin/master' into cli2
2015-09-15 17:35:36 -07:00
Seth Schoen
f160a51aa7
Don't crash if an existing lineage is slightly corrupt
2015-09-15 17:27:27 -07:00
Peter Eckersley
11c6ef32a8
Remove stray debugging printf
2015-09-15 17:11:20 -07:00
Seth Schoen
d66e65af11
Remove short -D for --duplicate
2015-09-14 10:31:43 -07:00
Seth Schoen
a38bb41856
PR cleanup
2015-09-11 13:49:26 -07:00
Seth Schoen
791825151a
Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into treat_duplicate_as_renewal
2015-09-11 00:42:35 -07:00
Jakub Warmuz
33c2aed021
Merge remote-tracking branch 'github/letsencrypt/master' into lint
2015-09-11 07:15:10 +00:00
Seth Schoen
f09016321b
Fix logic error if requesting nonduplicative cert
2015-09-10 15:12:36 -07:00
Seth Schoen
7c2a87a51d
Remove explicit .namespace for easier testing
2015-09-10 14:45:30 -07:00
Jakub Warmuz
302e3ceb7d
Revocation: integration testable
2015-09-09 20:04:28 +00:00
Seth Schoen
244dc30306
Fewer locals (lint would still complain)
2015-09-09 00:11:44 -07:00
Seth Schoen
2006c3a067
Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into treat_duplicate_as_renewal
2015-09-08 21:02:06 -07:00
Seth Schoen
3cc15c6193
Cleanup
2015-09-08 21:01:53 -07:00
Seth Schoen
df42cca26e
More useful explanation of --duplicate
2015-09-08 08:58:43 -07:00
Seth Schoen
b375b9c074
Fix indentation
2015-09-08 08:48:46 -07:00
Seth Schoen
7dda21817a
Add --duplicate command-line option
2015-09-08 01:50:29 -07:00
Seth Schoen
7aa9fe845a
Basic fix for #411
2015-09-08 01:33:03 -07:00
Jakub Warmuz
83185e5553
pep8 letsencrypt
2015-09-06 09:20:11 +00:00
Harlan Lieberman-Berg
dc4cc23377
Fix minor spelling errors in the code.
2015-09-05 22:35:34 -04:00
Peter Eckersley
f09c8dd740
Satisfy the pylint demon
2015-08-28 18:02:54 -07:00
Peter Eckersley
44d7ac2dce
Plumbing for tweaked args
...
- to make "run" the default, we need to add it to the args
- which means we need to pass that back up to the actual argparse call
(This is ugly... probably HelpfulArgParser needs to actuall inherit from
argparse...)
2015-08-28 18:02:49 -07:00
Peter Eckersley
7325a3f28d
Make the "run" command the default
2015-08-28 18:02:44 -07:00