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

126 Commits

Author SHA1 Message Date
James Kasten
394e18c4c6 use certificate_key throughout 2015-05-05 14:43:00 -07:00
Jakub Warmuz
54955009eb constants.CONFIG_DIRS_MODE, fix #362 config dir bug 2015-05-01 10:07:32 +00:00
James Kasten
4d7f67684d Move eula to registration 2015-04-30 20:55:26 -07:00
James Kasten
5ba23a6047 fixes to address comments 2015-04-30 20:01:32 -07:00
James Kasten
f11f5bca73 address comments 2015-04-30 18:35:49 -07:00
James Kasten
0371838a91 more unit tests/better flow 2015-04-27 12:42:50 -07:00
James Kasten
cb0aca6727 Merge branch 'master' into boulder 2015-04-22 23:19:12 -07:00
James Kasten
12899d0c38 unittest and lint cleanup 2015-04-22 23:17:53 -07:00
James Kasten
ab616a598f account integration 2015-04-17 03:40:22 -07:00
yan
37649966c2 Nginx versioning and other config changes 2015-04-16 13:47:26 -07:00
James Kasten
214c0e9355 towards accounts 2015-04-15 16:53:39 -07:00
James Kasten
75578a1906 Merge branch 'master' into boulder 2015-04-13 17:33:35 -07:00
James Kasten
37620ebe39 works with boulder 2015-04-10 23:02:01 -07:00
Garrett Robinson
0d7f32fa98 Unit tests for setting authenticator via cmd line 2015-04-09 18:04:59 -07:00
Garrett Robinson
5d2abc30f0 Add cmd line arg for the authenticator 2015-04-09 15:45:50 -07:00
Jakub Warmuz
8e32ae8246 Move init_auths to scripts/main.py. 2015-03-26 22:00:00 +00:00
Jakub Warmuz
d9871b59f0 pylint: unused imports 2015-03-26 14:42:07 +00:00
Jakub Warmuz
03383c3824 Fix quotes 2015-03-26 13:59:33 +00:00
Jakub Warmuz
ff532469a5 Setuptools entry_points plugins 2015-03-26 13:55:23 +00:00
Jakub Warmuz
79a511226f Merge remote-tracking branch 'github/letsencrypt/master' into chmods 2015-03-23 08:59:14 +00:00
Jakub Warmuz
97165b8711 EULA using pkg_resources (fixes #278) 2015-03-11 07:51:06 +00:00
Jakub Warmuz
2b8f2cc113 rm letsencrypt.py, chmod -x, remove sheebangs 2015-02-28 20:40:33 +00:00
James Kasten
3160df3ede Remove cannot authenticate message for cancel 2015-02-24 17:33:19 -08:00
James Kasten
ad1dfc4701 iteration 2015-02-24 11:53:57 -08:00
James Kasten
fa0c3d2b9f revisions 2015-02-23 04:26:43 -08:00
James Kasten
5d76c0feb1 Final cleanup for revoker/display 2015-02-19 22:30:11 -08:00
James Kasten
119863d1ea determine_authenticator tests 2015-02-19 19:33:54 -08:00
James Kasten
6c8eb8be17 Revisions through running/testing 2015-02-19 04:13:39 -08:00
James Kasten
f77307c28b Finish revoker implementation and unittests 2015-02-18 04:01:49 -08:00
James Kasten
9a990ccfaf revoker progress 2015-02-15 23:17:53 -08:00
James Kasten
71dc5435c9 merge standalone, plus further development 2015-02-11 15:38:59 -08:00
James Kasten
a31500eb96 finish merge from hell 2015-02-10 00:55:40 -08:00
James Kasten
c09cf0fa07 Merge branch 'master' into revoker
Conflicts:
	letsencrypt/client/apache/configurator.py
	letsencrypt/client/client.py
	letsencrypt/client/crypto_util.py
	letsencrypt/client/interfaces.py
	letsencrypt/client/reverter.py
	letsencrypt/client/revoker.py
	letsencrypt/client/tests/apache/dvsni_test.py
	letsencrypt/client/tests/apache/parser_test.py
	letsencrypt/client/tests/challenge_util_test.py
	letsencrypt/scripts/main.py
2015-02-10 00:12:23 -08:00
James Kasten
523c59d329 revert to binary redirect logic 2015-02-09 16:39:08 -08:00
James Kasten
e04ab25642 remove whitespace 2015-02-09 14:53:51 -08:00
James Kasten
f476a49387 Fix #220 2015-02-09 14:39:49 -08:00
James Kasten
5fb9cc4c39 pylint fixes 2015-02-09 02:47:45 -08:00
James Kasten
0cf4329936 full display integration 2015-02-09 00:12:43 -08:00
James Kasten
168a70c273 refactor and enhance display, update revoker 2015-02-08 00:46:16 -08:00
Jakub Warmuz
207bd6c31c IConfig attributes. config/args separation 2015-02-03 12:16:55 +00:00
Jakub Warmuz
9fb56f31d3 NamespaceConfig 2015-02-03 11:22:04 +00:00
James Kasten
e000cfd7c6 Merge branch 'master' into revoker
Conflicts:
	letsencrypt/client/challenge_util.py
	letsencrypt/client/display.py
	letsencrypt/client/tests/challenge_util_test.py
	letsencrypt/client/tests/client_test.py
	letsencrypt/scripts/main.py
2015-02-02 19:02:38 -08:00
James Kasten
5698bc3e20 refactor client.namedtuples to le_util 2015-02-02 18:11:48 -08:00
James Kasten
4540b85ade formatting... 2015-02-02 17:28:34 -08:00
James Kasten
21147a8163 initial display revision 2015-02-02 16:17:57 -08:00
Jakub Warmuz
1d45b466a3 IConfig.apache_server_root without trailing slash 2015-02-02 21:42:30 +00:00
Jakub Warmuz
7828853e8c Remove "direc" magic, use IConfig instead. f(config.x, config) -> f(config) 2015-02-02 17:41:44 +00:00
Jakub Warmuz
9580a763e1 key_size/keysize -> rsa_key_size 2015-02-02 08:20:55 +00:00
Jakub Warmuz
787f791a4e --apache-ctl wihout dirname 2015-01-31 14:18:01 +00:00
Jakub Warmuz
098f779a79 Use ConfArgParse 2015-01-31 11:37:24 +00:00