Commit graph

10174 commits

Author SHA1 Message Date
Jakub Warmuz
3f9a708789 tox.ini using setup.py dev 2014-11-27 20:13:21 +01:00
Damien Nozay
d8fcfc9607 add travis-ci badge to readme 2014-11-27 10:06:17 -08:00
Damien Nozay
5631ed0a97 travis-ci: install extras[testing] 2014-11-27 10:06:17 -08:00
Damien Nozay
69fc4aed1d split test matrix to cover py26 and lint separately 2014-11-27 10:06:17 -08:00
Damien Nozay
e36fe2ced5 install swig/augeas et al. 2014-11-27 10:06:17 -08:00
Damien Nozay
d9c9cdd6be let travis-ci test the code :) 2014-11-27 10:06:16 -08:00
Damien Nozay
884ab38334 trivial: update readme 2014-11-27 10:05:59 -08:00
Adam Woodbeck
ddca02cb7b Fixed format string incompatibility with py2.6. 2014-11-27 09:13:01 -05:00
Adam Woodbeck
6d9edda822 Restore 'type=file' on privkey and csr command line arguments. 2014-11-27 08:49:21 -05:00
Adam Woodbeck
bcb788fe0b Cleaned up per Kuba. 2014-11-27 08:39:32 -05:00
Adam Woodbeck
da29a92729 Better error checking on private key and csr. Also, pull in file names instead of pointers. 2014-11-27 08:12:40 -05:00
James Kasten
d548d7427f Merge pull request #87 from letsencrypt/proper_documentation
Proper documentation
2014-11-27 01:32:46 -08:00
James Kasten
9e1e7b235d started fixing pylint errors 2014-11-27 01:29:56 -08:00
James Kasten
ba91c489a6 Removed __functions, minor formatting 2014-11-27 00:53:10 -08:00
James Kasten
76a1012370 Fixed common case in client.py 2014-11-26 21:45:58 -08:00
James Kasten
083a194084 git push origin masterMerge branch 'w0uld-argparse' 2014-11-26 20:49:54 -08:00
James Kasten
d47b615d5f Changed authenticate method to handle the new arguments 2014-11-26 20:49:32 -08:00
Adam Woodbeck
f5a622cdf1 Moved config object into the main function. 2014-11-26 22:04:25 -05:00
Adam Woodbeck
09df8e6125 Removed unused constant. 2014-11-26 21:37:33 -05:00
Adam Woodbeck
13b9a63e7f Removed redundant logger and config setup. 2014-11-26 21:36:32 -05:00
Adam Woodbeck
13f1286e66 Changes per pylint. 2014-11-26 21:30:42 -05:00
Adam Woodbeck
6794a57e26 Set some defaults for instance attributes used outside of __init__() to make them explicit. 2014-11-26 21:10:04 -05:00
Adam Woodbeck
259cf47169 Refactored command line code to use argparse. 2014-11-26 21:09:45 -05:00
James Kasten
716156e5a0 Add sphinx documentation for augeas_configurator 2014-11-26 16:59:13 -08:00
James Kasten
14c81099af First pass for proper documentation of apache_configurator 2014-11-26 15:28:28 -08:00
James Kasten
6b7d3d6dd4 Merge pull request #79 from w0uld/fix_print_options
Resolved issue where command line arguments were not being printed due t...
2014-11-25 22:44:49 -08:00
James Kasten
c9f9417d4b Merge pull request #71 from kuba/bugs/44
Towards better exceptions...
2014-11-25 22:24:34 -08:00
Adam Woodbeck
1288b4986d Resolved issue where command line arguments were not being printed due to a type conversion error. 2014-11-25 10:19:08 -05:00
Jakub Warmuz
d7b33656b0 Raise errors.LetsEncryptClient error in send(). 2014-11-25 13:32:02 +01:00
James Kasten
f046db1d17 Added TODOs and a warning 2014-11-25 03:05:50 -08:00
Jakub Warmuz
6eaf9f3459 Merge remote-tracking branch 'github/master' into bugs/44
Conflicts:
	letsencrypt/client/apache_configurator.py
2014-11-25 10:52:00 +01:00
James Kasten
a83781f70f Merge pull request #77 from kuba/style-1
Revert acme to 43ae01b
2014-11-25 01:46:54 -08:00
James Kasten
3aee61f427 Merge pull request #76 from kuba/style-0
Fix recent commits style
2014-11-25 01:41:01 -08:00
Jakub Warmuz
f52556becd Revert acme to 43ae01b 2014-11-25 10:01:04 +01:00
Jakub Warmuz
5ca95a55ca Fix recent commits style 2014-11-25 09:48:35 +01:00
James Kasten
5e335f9a5f PEP8 compliance main.py 2014-11-25 00:43:18 -08:00
James Kasten
9b1ab949c7 PEP compliance logger.py 2014-11-25 00:32:56 -08:00
James Kasten
8d1d9b0734 PEP8 support for acme, acme_test, apache_configurator 2014-11-25 00:15:47 -08:00
James Kasten
506c603e30 Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview
Conflicts:
	letsencrypt/client/client.py
2014-11-24 19:03:29 -08:00
James Kasten
316e686ed5 git push origin masterMerge branch 'csr_utility_functions' 2014-11-24 18:59:43 -08:00
James Kasten
b245bbb10e Added name check and attempted to clean up code - is PEP8 conformant 2014-11-24 18:58:34 -08:00
Seth Schoen
4453d3fab8 Add a missing crypto_util 2014-11-24 16:02:30 -08:00
Seth Schoen
b4492042d9 For crypto.util, read crypto_util 2014-11-24 15:59:32 -08:00
Seth Schoen
c741d969de Correct PEM/DER return behavior 2014-11-24 15:52:48 -08:00
Seth Schoen
35c34ec6d4 PEP8 formatting fixes 2014-11-24 15:52:22 -08:00
Seth Schoen
2e8cdd071a Integrate CSR and private key validation steps into client 2014-11-24 14:16:29 -08:00
Seth Schoen
7e71bccf28 Add documentation for parameters of new functions 2014-11-24 14:10:35 -08:00
James Kasten
539b9b12a7 Merge pull request #72 from kuba/le_util_test
le_util cleanup, le_util_test, docs
2014-11-24 04:50:49 -08:00
James Kasten
b8ee00bddd Merge pull request #73 from kuba/acme_test_pretty_heisenbug
Remove heisenbug from acme_test
2014-11-24 04:46:53 -08:00
Jakub Warmuz
43ae01b4c8 Fix TODO encode? in acme.py 2014-11-24 13:45:15 +01:00