1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Commit Graph

320 Commits

Author SHA1 Message Date
Jakub Warmuz
ceebb09d89 Add some docs 2015-01-24 13:40:05 +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
48f1497af6 Fix docs warnings 2015-01-24 13:13:13 +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
James Kasten
6a501c1380 Merge pull request #175 from ThomasWaldmann/keysize
support --keysize N cmdline param to give RSA key size
2015-01-23 15:24:34 -08:00
Thomas Waldmann
47e11a5824 use lazy logging 2015-01-23 23:39:02 +01:00
Thomas Waldmann
e58c344649 handle invalid key sizes in a helpful way 2015-01-23 14:17:14 +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
8070b78e3d talk to servers on non-standard https port (like -s acme.example.org:8443)
note:

I removed Network.server attribute, it was not used (only .server_url is used).

I also removed the sanity-check for the ACME server (so one can use server:port syntax, which was considered invalid).
I don't think this sanity-check is needed, because in the end, we can't fully check if it is correct anyway (you can always
give valid, but non-working server names or ports).
Also, many people will use the default ACME server, which is builtin and correct.
2015-01-23 04:57:47 +01:00
Thomas Waldmann
8d32a9a4d8 fix exception when using FileDisplay (-t), class was missing the redirect_by_default method
moved common stuff to CommonDisplayMixin class.
2015-01-23 04:20:47 +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
9729450d2c Change names to meet the API 2015-01-20 21:59:10 -08:00
James Kasten
6927c1b910 Add manual httpd_transform 2015-01-20 21:13:56 -08:00
James Kasten
55e13a906d Change incl to list to conform with augeas.add_transform func 2015-01-20 19:29:00 -08:00
James Kasten
a29984f049 Remove TODO item/fix formatting. 2015-01-20 14:03:05 -08:00
James Kasten
269d49b759 Remove load of unused modules from Augeas 2015-01-20 13:51:52 -08:00
James Kasten
8a3eb4f2ba Update interface.py documentation...
Correctly list namedtuple challenge types in challenge_util.py
2015-01-19 16:01:44 -08:00
James Kasten
f28bc32129 Make requests certificate verification explicit 2015-01-18 00:14:29 -08:00
James Kasten
1b8edd7448 Removed commented functions before push to master 2015-01-18 00:00:52 -08:00
James Kasten
c9a3d8b0c2 Cleanup Installer API change 2015-01-17 02:29:29 -08:00
James Kasten
7f6837a105 merge with master 2015-01-16 16:43:59 -08:00
James Kasten
b23499de12 update interface documentation 2015-01-16 15:22:01 -08:00
James Kasten
d15e0f9e43 Add documentation instructions/fix documentation of an ivar 2015-01-16 04:10:23 -08:00
James Kasten
31cfe7cfe6 replaced options-ssl.conf move to avoid unnecesary problems, also placed the copy more appropriately within configurator 2015-01-15 03:25:39 -08:00
James Kasten
4b44befefa Initial attempt at API modification and associated changes 2015-01-15 01:43:54 -08:00
James Kasten
d22ce3128c Return acme_auth for better api 2015-01-13 17:34:19 -08:00
James Kasten
2114f61164 better authorization logging 2015-01-13 17:31:11 -08:00
James Kasten
32f628d3d2 use path param 2015-01-13 17:10:39 -08:00
James Kasten
ce13ead0cd pep8 compliance 2015-01-13 16:48:18 -08:00
James Kasten
d0c9e4fc07 Remove assertIs - not supported in 2.6 2015-01-13 01:41:56 -08:00
James Kasten
f547d761f4 Merge branch 'dvsni_cleanup' 2015-01-13 01:24:55 -08:00
James Kasten
ddbe8e7b29 Add more index specific documentation 2015-01-13 01:22:24 -08:00
James Kasten
0dddcd1ffa cleanup branch 2015-01-13 01:03:21 -08:00
Thomas Waldmann
97a4f27af6 remove redundant parentheses 2015-01-13 02:26:39 +01:00
Thomas Waldmann
0e2a4984b1 remove superfluous assignment 2015-01-13 02:22:24 +01:00
Thomas Waldmann
541e006ad0 fix typos 2015-01-13 01:51:03 +01:00
James Kasten
ae20f2fd7d tests for new code 2015-01-12 05:44:06 -08:00
James Kasten
be5ae7ae9a Created auth_handler and client_authenticator. Use dicts for all messages and keep client clean. 2015-01-10 05:19:22 -08:00
James Kasten
ca7628caae Small changes/renaming 2015-01-09 22:25:36 -08:00
James Kasten
0bef6769ba cleanup challenge infrastructure 2015-01-09 05:30:15 -08:00
James Kasten
73ec1311c0 Initial challenge refactor/allow multiple names 2015-01-06 02:11:44 -08:00
James Kasten
a2a64e9410 Turn DVSNI into module, add more appropriate challenges/api 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
96f288861b Fix #155 2015-01-02 14:25:17 -08:00
James Kasten
59ec8aa280 Moved options-ssl.conf into apache dir 2015-01-01 08:20:33 -08:00
Thomas Waldmann
3cc15ee909 fix typos, including a severe one
bugfix see configurator.py:233
2014-12-24 16:45:57 +01:00
Thomas Waldmann
992830f2c2 fix typos, including a severe one 2014-12-24 04:42:03 +01:00
Thomas Waldmann
5584bb4e6f fix param names in docstrings to match actual param names 2014-12-24 04:40:16 +01:00