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

117 Commits

Author SHA1 Message Date
Seth Schoen
83b0e0a20e Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into renewer
(Resolve conflicts due to get_sans branch merge.)

Conflicts:
	letsencrypt/crypto_util.py
	letsencrypt/tests/crypto_util_test.py
2015-05-18 15:07:29 -07:00
Seth Schoen
2c6cfe3f81 Cleanup to get rid of scripts directory 2015-05-13 13:18:37 -07:00
Seth Schoen
82a4c61eff Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into renewer
Conflicts:
	letsencrypt/client.py
2015-05-13 12:10:36 -07:00
Jakub Warmuz
aeef964fb6 Merge remote-tracking branch 'github/letsencrypt/master' into get_sans 2015-05-12 21:27:10 +00:00
Jakub Warmuz
b103aae808 tox: split test/cover per pkg 2015-05-10 12:52:40 +00:00
Jakub Warmuz
41e86df252 Move letsencrypt.client to letsencrypt 2015-05-10 12:32:05 +00:00
Jakub Warmuz
d408ec5a95 Move plugins to top-level 2015-05-10 12:26:54 +00:00
Jakub Warmuz
3a6bd7123d Move acme to top-level 2015-05-10 12:26:17 +00:00
Jakub Warmuz
e8eae2dab2 find_packages() in setup.py 2015-05-10 11:08:19 +00:00
Jakub Warmuz
dc0f78dd15 Merge remote-tracking branch 'github/letsencrypt/master' into get_sans
Conflicts:
	letsencrypt/client/crypto_util.py
	letsencrypt/client/tests/crypto_util_test.py
	setup.py
2015-05-10 09:40:25 +00:00
Jakub Warmuz
532d155b1c get_sans_from_csr using pyOpenSSL 2015-05-10 09:36:18 +00:00
Seth Schoen
d98edd1394 Merge branch 'cli' of https://github.com/kuba/lets-encrypt-preview into renewer
Conflicts:
	letsencrypt/client/client.py
	letsencrypt/client/interfaces.py
	letsencrypt/scripts/main.py

This merge only addresses the "run" verb; the other client verbs still
need work to address the way they integrate with the renewal database.
2015-05-09 20:45:17 -07:00
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
Seth Schoen
9463de3367 Initial implementation of renewer 2015-04-21 19:12:49 -07: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