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

1319 Commits

Author SHA1 Message Date
Peter Eckersley
5709eacec4 Merge remote-tracking branch 'origin/master' into kuba_chain 2015-09-15 18:33:16 -07:00
James Kasten
d9cf160aca Merge pull request #758 from letsencrypt/treat_duplicate_as_renewal
Treat duplicative certificate requests as renewals by default
2015-09-15 21:30:22 -04:00
Peter Eckersley
67bf3d41cb Merge remote-tracking branch 'origin/master' into kuba_chain 2015-09-15 18:26:39 -07:00
Peter Eckersley
3e59ed6939 Fix new call to save_successor 2015-09-15 18:25:49 -07:00
James Kasten
d367694dc3 pep8 fixes 2015-09-15 18:09:00 -07:00
James Kasten
1d10bef7d3 Merge branch 'treat_duplicate_as_renewal' of github.com:letsencrypt/letsencrypt into treat_duplicate_as_renewal 2015-09-15 17:58:45 -07:00
James Kasten
0b8009529b Basic removal of duplicate code through using a base class 2015-09-15 17:58:31 -07:00
Peter Eckersley
bde5a1fe17 Merge branch 'treat_duplicate_as_renewal' into kuba_chain 2015-09-15 17:51:58 -07:00
Peter Eckersley
d910fe8655 Merge remote-tracking branch 'origin/master' into cli2 2015-09-15 17:35:36 -07:00
Seth Schoen
f160a51aa7 Don't crash if an existing lineage is slightly corrupt 2015-09-15 17:27:27 -07:00
Peter Eckersley
11c6ef32a8 Remove stray debugging printf 2015-09-15 17:11:20 -07:00
Seth Schoen
d66e65af11 Remove short -D for --duplicate 2015-09-14 10:31:43 -07:00
Seth Schoen
a38bb41856 PR cleanup 2015-09-11 13:49:26 -07:00
Seth Schoen
791825151a Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into treat_duplicate_as_renewal 2015-09-11 00:42:35 -07:00
James Kasten
b866c2a816 Merge pull request #752 from kuba/lint
pep8 love
2015-09-11 03:37:28 -04:00
Jakub Warmuz
33c2aed021 Merge remote-tracking branch 'github/letsencrypt/master' into lint 2015-09-11 07:15:10 +00:00
James Kasten
1a5f0c434e remove source of abspath problem... not side-effect 2015-09-11 00:02:09 -07:00
James Kasten
63b0d62f7b fix #765 2015-09-10 23:46:02 -07:00
James Kasten
5bcd1b6680 Merge pull request #760 from kuba/revocation
Revocation: simple implementation with integration tests
2015-09-10 22:00:20 -04:00
James Kasten
c540b9a25a Merge pull request #759 from kuba/acme-directory
ACME Directory Resource
2015-09-10 21:26:27 -04:00
James Kasten
d2595b4f40 Merge pull request #713 from kuba/bugs/679
SimpleHTTP manual plugin: v04 provisioned resource contents (fixes #679)
2015-09-10 20:33:40 -04:00
Seth Schoen
f09016321b Fix logic error if requesting nonduplicative cert 2015-09-10 15:12:36 -07:00
Seth Schoen
7b5b182f77 Test for _find_duplicative_certs 2015-09-10 14:59:29 -07:00
Jakub Warmuz
491b7a7cde Fix multi-cert chains in renewer 2015-09-10 21:48:34 +00:00
Seth Schoen
7c2a87a51d Remove explicit .namespace for easier testing 2015-09-10 14:45:30 -07:00
Jakub Warmuz
62a9556bd2 Add unittest for save_certificate 2015-09-10 21:20:48 +00:00
Jakub Warmuz
0275271ecd Multi cert chains (fixes #633). 2015-09-10 20:28:22 +00:00
Seth Schoen
9524d98411 Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into treat_duplicate_as_renewal 2015-09-09 15:10:55 -07:00
James Kasten
b7738d98d1 Merge branch 'bugs/755' of git://github.com/kuba/letsencrypt into kuba-bugs/755 2015-09-09 14:51:13 -07:00
Jakub Warmuz
302e3ceb7d Revocation: integration testable 2015-09-09 20:04:28 +00:00
Jakub Warmuz
bf754b6302 Add ACME Directory Resource 2015-09-09 17:22:20 +00:00
Seth Schoen
244dc30306 Fewer locals (lint would still complain) 2015-09-09 00:11:44 -07:00
Seth Schoen
2006c3a067 Merge branch 'master' of ssh://github.com/letsencrypt/lets-encrypt-preview into treat_duplicate_as_renewal 2015-09-08 21:02:06 -07:00
Seth Schoen
3cc15c6193 Cleanup 2015-09-08 21:01:53 -07:00
Seth Schoen
df42cca26e More useful explanation of --duplicate 2015-09-08 08:58:43 -07:00
Seth Schoen
b375b9c074 Fix indentation 2015-09-08 08:48:46 -07:00
Seth Schoen
7dda21817a Add --duplicate command-line option 2015-09-08 01:50:29 -07:00
Seth Schoen
7aa9fe845a Basic fix for #411 2015-09-08 01:33:03 -07:00
Jakub Warmuz
1c27c7ed54 lint: fix no-self-use 2015-09-06 13:00:53 +00:00
Jakub Warmuz
41c08416cd Cast port to int 2015-09-06 12:54:13 +00:00
Jakub Warmuz
d6e95b4617 Manual plugin test mode busy wait (fixes #755). 2015-09-06 12:47:30 +00:00
Jakub Warmuz
83185e5553 pep8 letsencrypt 2015-09-06 09:20:11 +00:00
Jakub Warmuz
138f1d1b28 lint: space check for dict-separator 2015-09-06 08:30:49 +00:00
Harlan Lieberman-Berg
dc4cc23377 Fix minor spelling errors in the code. 2015-09-05 22:35:34 -04:00
Peter Eckersley
f09c8dd740 Satisfy the pylint demon 2015-08-28 18:02:54 -07:00
Peter Eckersley
44d7ac2dce Plumbing for tweaked args
- to make "run" the default, we need to add it to the args
 - which means we need to pass that back up to the actual argparse call

(This is ugly... probably HelpfulArgParser needs to actuall inherit from
argparse...)
2015-08-28 18:02:49 -07:00
Peter Eckersley
7325a3f28d Make the "run" command the default 2015-08-28 18:02:44 -07:00
Jakub Warmuz
3b73b04bfe SimpleHTTP manual plugin: v04 provisioned resource contents (fixes #679). 2015-08-25 17:57:21 +00:00
Jakub Warmuz
e9c79edb19 Fix various Sphinx build problems 2015-08-22 14:30:59 +00:00
James Kasten
26c1f003d0 Merge pull request #696 from kuba/bugs/689
Normalize plugins.common.dest_namespace (fixes #689).
2015-08-17 16:41:35 -04:00