1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00
Commit Graph

68 Commits

Author SHA1 Message Date
James Kasten
73b95c4307 Fix based on comments 2015-01-26 01:27:00 -08:00
James Kasten
a281a88f49 Merge branch 'master' into reverter 2015-01-25 23:04:37 -08:00
Thomas Waldmann
7e7093e821 check late for root, so letsencrypt --help also works without being root 2015-01-26 01:21:15 +01:00
James Kasten
208e7ec34b refactoring/small fixes for PR 2015-01-25 04:24:05 -08:00
James Kasten
8c6cfaded0 Merge branch 'master' into reverter
Conflicts:
	letsencrypt/client/apache/configurator.py
	letsencrypt/client/crypto_util.py
	letsencrypt/client/display.py
	letsencrypt/client/revoker.py
	letsencrypt/client/tests/apache/configurator_test.py
	letsencrypt/client/tests/apache/dvsni_test.py
	letsencrypt/scripts/main.py
2015-01-24 21:42:26 -08:00
Jakub Warmuz
f12ef3b933 whitespace 2015-01-24 20:30:58 +00:00
Jakub Warmuz
a507293bd8 Quickfix for #147 2015-01-24 14:09:46 +00:00
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
f30bf2ca87 pylint cleanup 2015-01-24 03:31:33 -08:00
James Kasten
2ff3c8396e Fix revocation for "None" installer 2015-01-24 03:00:01 -08:00
James Kasten
4e3f4f8f24 Merge branch 'master' into reverter
Conflicts:
	letsencrypt/client/crypto_util.py
	letsencrypt/scripts/main.py
2015-01-24 02:30:51 -08:00
James Kasten
f67db5ef43 Prepare for "None" and misconfigured Installers 2015-01-24 02:15:23 -08: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
bedbd2e315 Initial implementation of reverter, showing main.py capabilities 2015-01-22 02:36:36 -08:00
James Kasten
1dc7bfccc4 Address startup issues, attempt to identify misconfiguration issues with proper errors 2015-01-19 03:15:31 -08: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
add0351d20 Merge pull request #102 from kuba/pep8
PEP8
2014-11-29 16:29:35 -08: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
Jakub Warmuz
99a81ba269 Add package docstrings 2014-11-29 13:42:47 +01: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