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

104 Commits

Author SHA1 Message Date
Jakub Warmuz
cc32eeb7cf Merge remote-tracking branch 'github/letsencrypt/master' into cli
Conflicts:
	letsencrypt/client/client.py
	letsencrypt/client/constants.py
	letsencrypt/client/interfaces.py
	letsencrypt/client/tests/client_test.py
	letsencrypt/scripts/main.py
	setup.py
2015-05-01 20:17:30 +00:00
James Kasten
cb0aca6727 Merge branch 'master' into boulder 2015-04-22 23:19:12 -07:00
Jakub Warmuz
b0fe02f732 merge github/letsencrypt/master 2015-04-22 09:16:13 +00:00
Jakub Warmuz
1001b027cb ConfArgParse -> ConfigArgParse
ConfArgParse + subparsers = config scoped only to subcommand
ConfArgParse doesn't seem to respect formatter_class (no defaults)

ConfigArgParse works with ENV variables

https://github.com/bw2/ConfigArgParse#design-notes
2015-04-22 07:19:30 +00:00
Jakub Warmuz
975fe1c65b Move scripts/main to client/cli.py 2015-04-22 06:23:25 +00:00
yan
6a0dc2b960 Improve comments based on PR #351 review 2015-04-20 11:04:58 -07:00
James Kasten
cbee249c38 Merge branch 'master' into boulder
Conflicts:
	letsencrypt/acme/jose/json_util.py
	letsencrypt/acme/jose/jwk.py
	letsencrypt/acme/messages2_test.py
2015-04-19 20:33:20 -07:00
yan
37649966c2 Nginx versioning and other config changes 2015-04-16 13:47:26 -07:00
yan
46db59d774 start adding nginx stubs 2015-04-16 13:47:20 -07:00
James Kasten
214c0e9355 towards accounts 2015-04-15 16:53:39 -07:00
Jakub Warmuz
6a47bc66d1 dialog display on squeeze (fixes #280) 2015-04-05 07:58:15 +00:00
James Kasten
e41acf72a0 Merge pull request #325 from kuba/network2
Restified messages2 and network2
2015-04-01 15:14:20 -07:00
Jakub Warmuz
8bc55899e6 Subparsers CLI 2015-03-30 12:43:00 +00:00
Jakub Warmuz
ffff84ee55 100% coverage for acme.fields 2015-03-27 08:43:05 +00:00
James Kasten
2d848994f4 Move IAuthenticators and IInstallers into plugins dir 2015-03-26 17:23:17 -07:00
Jakub Warmuz
ff532469a5 Setuptools entry_points plugins 2015-03-26 13:55:23 +00:00
Jakub Warmuz
34466f745b RFC3339DateField (pyrfc3339) 2015-03-25 16:02:41 +00:00
Jakub Warmuz
073dea2624 Add werkzeug dependency 2015-03-25 12:50:51 +00:00
James Kasten
1d70018cf4 Merge branch 'chmods' of git://github.com/kuba/lets-encrypt-preview into kuba-chmods 2015-03-24 22:53:57 -07:00
Jakub Warmuz
71e17df03a InsecurePlatformWarning (fixes #304) 2015-03-23 09:24:25 +00:00
Jakub Warmuz
79a511226f Merge remote-tracking branch 'github/letsencrypt/master' into chmods 2015-03-23 08:59:14 +00:00
James Kasten
79f6e61c37 Merge pull request #290 from kuba/jws
JWS
2015-03-21 16:25:28 -07:00
James Kasten
12287e70fc remove schemata 2015-03-21 16:20:32 -07:00
James Kasten
4e21703503 add acme.jose and acme.schemata packages to setup.py 2015-03-21 15:14:58 -07:00
Jakub Warmuz
4ee70a9ee4 Merge remote-tracking branch 'github/letsencrypt/master' into jws 2015-03-21 20:45:11 +00:00
Garrett Robinson
5eb007cc31 Add Vagrantfile, document use
* Adds workaround to setup.py for issue with Vagrant sync filesystem and
  hard linking (used by distutils in Python < 2.7.9). This workaround is
  only used in a Vagrant environment.
* Adds Vagrant-related files to .gitignore
2015-03-21 12:51:33 -07:00
Garrett Robinson
2a2e4d2e8d Pin pylint and astroid to workaround #289 2015-03-20 14:48:36 -07:00
Jakub Warmuz
7def7df897 JWS 2015-03-19 17:35:10 +00:00
James Kasten
1c31b35d8c Merge pull request #275 from kuba/setuptools
Add trove classifiers, clean up setup.py (c.f. #198).
2015-03-10 14:08:19 -04:00
James Kasten
b9c1694dad Merge branch 'acme.challenges' of git://github.com/kuba/lets-encrypt-preview into kuba-acme.challenges 2015-03-04 22:49:17 -08:00
Jakub Warmuz
61662553b5 Add trove classifiers, clean up setup.py (c.f. #198). 2015-02-28 21:01:22 +00:00
Jakub Warmuz
2b8f2cc113 rm letsencrypt.py, chmod -x, remove sheebangs 2015-02-28 20:40:33 +00:00
James Kasten
a9f47cda39 Merge branch 'master' into use_psutil 2015-02-25 18:07:07 -08:00
Jakub Warmuz
ca2bbc13a3 Improve letsencrypt.acme docs. 2015-02-25 13:56:48 +00:00
James Kasten
05cdb821dc Merge pull request #250 from letsencrypt/revoker
Display/Revoker Overhaul
2015-02-24 18:18:02 -08:00
Jakub Warmuz
edce44024b Use sphinx_rtd_theme locally. 2015-02-24 16:23:54 +00:00
Jakub Warmuz
4bb9914fa3 split dev_extras into dev_extras+docs_extras 2015-02-24 16:23:52 +00:00
Seth Schoen
e17b9907f8 psutil>=2.1.0; remove redundant parentheses 2015-02-20 14:37:23 -08:00
Seth Schoen
daf7c81e5d Formatting and small fixes 2015-02-20 13:22:20 -08:00
Seth Schoen
fc1617531e Use psutil instead of netstat subprocess 2015-02-19 17:49:27 -08:00
James Kasten
04ecf813bd Merge branch 'master' into revoker
Conflicts:
	letsencrypt/client/auth_handler.py
	letsencrypt/client/client.py
	letsencrypt/client/crypto_util.py
	letsencrypt/client/interfaces.py
	letsencrypt/client/le_util.py
	letsencrypt/client/revoker.py
	letsencrypt/client/standalone_authenticator.py
	letsencrypt/client/tests/apache/dvsni_test.py
	letsencrypt/client/tests/apache/obj_test.py
	letsencrypt/client/tests/recovery_token_test.py
	letsencrypt/client/tests/standalone_authenticator_test.py
	letsencrypt/scripts/main.py
2015-02-18 03:36:53 -08:00
James Kasten
71dc5435c9 merge standalone, plus further development 2015-02-11 15:38:59 -08:00
Jakub Warmuz
03726b9956 Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts:
	letsencrypt/client/le_util.py
	letsencrypt/client/tests/challenge_util_test.py
2015-02-11 16:40:07 +00: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
Jakub Warmuz
cadd9ec028 Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts:
	letsencrypt/client/CONFIG.py
	letsencrypt/client/auth_handler.py
	letsencrypt/client/challenge_util.py
	letsencrypt/client/client.py
	letsencrypt/client/crypto_util.py
	letsencrypt/client/revoker.py
	letsencrypt/client/tests/challenge_util_test.py
2015-02-10 00:00:54 +00:00
James Kasten
627302e060 Merge branch 'master' into standalone_authenticator
Conflicts:
	letsencrypt/client/CONFIG.py
	letsencrypt/client/tests/apache/dvsni_test.py
	letsencrypt/client/tests/challenge_util_test.py
2015-02-09 15:17:43 -08:00
Seth Schoen
a543925e64 Some formatting fixes 2015-02-09 11:57:50 -08:00
James Kasten
72813ec1fa Merge branch 'master' into revoker 2015-02-08 21:03:16 -08:00
James Kasten
168a70c273 refactor and enhance display, update revoker 2015-02-08 00:46:16 -08:00
Seth Schoen
33ff8225d7 Merge branch 'master' into standalone_authenticator 2015-02-08 00:35:07 -08:00