Jakub Warmuz
b9723b6cad
Fix line-too-long from master
2015-01-24 13:16:00 +00:00
Jakub Warmuz
844d83cc0e
Merge remote-tracking branch 'github/letsencrypt/master' into pylint
2015-01-24 13:13:55 +00:00
Jakub Warmuz
23cab4e694
pylint: 10/10 with missing-docstring
2015-01-24 13:12:45 +00:00
James Kasten
5fa42b200a
Merge pull request #177 from ThomasWaldmann/server-port
...
talk to servers on non-standard https port (like -s acme.example.org:8443)
2015-01-23 22:23:28 -08:00
Thomas Waldmann
b72897677e
use default value for -s argument
2015-01-23 23:29:07 +01:00
Thomas Waldmann
aadf6da7bf
show default RSA_KEY_SIZE in cmdline help
2015-01-23 14:21:59 +01:00
Thomas Waldmann
93b247c483
misc. improvements to ACME servername:port code
...
changed ACME_SERVER to include the port. this is so the commandline options help will also display the port
and also to make it clear at the constant definition that giving a port is supported there.
improved docstrings
2015-01-23 13:56:57 +01:00
Thomas Waldmann
b0becec26e
support --keysize N cmdline param to give RSA key size
...
also: improve tests for usual key sizes
2015-01-23 03:38:10 +01:00
James Kasten
c9a3d8b0c2
Cleanup Installer API change
2015-01-17 02:29:29 -08:00
James Kasten
4b44befefa
Initial attempt at API modification and associated changes
2015-01-15 01:43:54 -08:00
James Kasten
73ec1311c0
Initial challenge refactor/allow multiple names
2015-01-06 02:11:44 -08:00
James Kasten
7c23a2f2aa
Use DVSNI_Chall namedtuple
2015-01-06 02:02:18 -08:00
James Kasten
7860db63cf
Make necessary fixes to pull request
2014-12-21 21:41:12 -08:00
Jakub Warmuz
5958aee5d1
Merge branch 'zope.interface' into zope.interface-display
...
Conflicts:
letsencrypt/client/client.py
letsencrypt/scripts/main.py
2014-12-22 01:26:31 +00:00
Jakub Warmuz
a4020c76df
Merge branch 'master' into pep8
...
Conflicts:
letsencrypt/client/apache/configurator.py
letsencrypt/client/client.py
letsencrypt/client/tests/apache_configurator_test.py
2014-12-22 00:42:28 +00:00
James Kasten
e78a2884e2
Final cleanup
2014-12-21 16:32:01 -08:00
James Kasten
bfa04c1942
Refactor for revocation
2014-12-21 03:37:29 -08:00
James Kasten
d7a3ea443c
Formatting fixes
2014-12-20 03:43:39 -08:00
James Kasten
cc999d3654
Refactored/added tests
2014-12-19 15:49:29 -08:00
James Kasten
083024cb86
Major refactor of client and main
2014-12-17 06:27:21 -08:00
Jakub Warmuz
37a015f983
display using ZCA
2014-12-17 12:03:41 +01:00
Jakub Warmuz
1ef2167254
pylint fixes
2014-12-17 09:14:27 +01:00
Jakub Warmuz
7e0cee00b2
Refactor logging, "pythonic" DialogHandler
2014-12-10 15:12:50 +01:00
James Kasten
bcd423aaa3
Fixed undefined variable from Kuba-PEP8
2014-12-02 12:19:15 -08:00
Jakub Warmuz
e0f91b06b2
Move redirect to authenticate
2014-12-01 22:37:15 +01:00
Jakub Warmuz
b54db8c447
Merge remote-tracking branch 'github/letsencrypt/master' into pep8
...
Conflicts:
letsencrypt/client/client.py
2014-12-01 20:08:27 +01:00
Jakub Warmuz
49b50538ab
pylint client, add docs
2014-11-30 13:56:09 +01:00
Jakub Warmuz
72218f3dd3
script doc fix
2014-11-30 13:10:23 +01:00
James Kasten
8a62587a6e
Added namedtuples for key, csr in client
2014-11-30 02:31:44 -08:00
Jakub Warmuz
fca214ad12
More unifying after merge with master
2014-11-30 03:07:52 +01:00
James Kasten
d2a1c969e4
Added in filename support because configuration files still need to reference the correct place
2014-11-29 16:05:18 -08:00
Adam Woodbeck
5854d42672
Various bug, docstring, and PEP8 fixes.
2014-11-29 11:15:56 -05:00
Adam Woodbeck
87d7ed1750
Clarified --rollback command line option.
2014-11-28 16:47:37 -05:00
Adam Woodbeck
3ecf8659a1
Work with CSR and private key file contents in the client.
2014-11-28 15:48:04 -05:00
Adam Woodbeck
122e6b2ca1
Read in files with universal newline support.
2014-11-28 13:28:16 -05:00
Adam Woodbeck
6254038ea3
Provide more user-friendly errors when opening file handles.
2014-11-28 11:41:03 -05: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
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
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
James Kasten
f046db1d17
Added TODOs and a warning
2014-11-25 03:05:50 -08:00
James Kasten
5e335f9a5f
PEP8 compliance main.py
2014-11-25 00:43:18 -08:00
Jakub Warmuz
6032eb6393
setDisplay -> set_display
2014-11-22 00:22:09 +01:00
Jakub Warmuz
de53f8e940
Clean up imports
2014-11-22 00:22:09 +01:00