1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-27 19:42:53 +03:00

583 Commits

Author SHA1 Message Date
Peter Eckersley
152bfce313 After much madness, a test case 2016-02-25 16:21:13 -08:00
Peter Eckersley
5828bf7eda Cast webroot-path from str to [str] if needed
- for compatibility with pre-public-beta renewal conf files
 - fixes #2542
2016-02-25 11:58:18 -08:00
Peter Eckersley
07d04527c5 Merge pull request #2534 from letsencrypt/renew-exit
Return an error code if any renewals fail
2016-02-24 16:31:06 -08:00
Peter Eckersley
c86b602ede Return an error code if any renewals fail 2016-02-23 12:46:18 -08:00
Seth Schoen
5eba011f8e Generalize and move check inside handle_csr 2016-02-18 18:35:45 -08:00
Seth Schoen
1de66b3d7d Explicit error message for #2206 2016-02-18 16:02:07 -08:00
schoen
550cf920c9 Merge pull request #1921 from letsencrypt/no-cancel-dupe
Removed duplicate cancel
2016-02-12 15:38:09 -08:00
Brad Warren
42a61537e6 Remove unecessary check and use constant 2016-02-12 14:48:14 -08:00
Brad Warren
dfddfefe33 Merge branch 'no-root-warning' 2016-02-11 15:55:00 -08:00
Brad Warren
4a0d5701b8 Merge branch 'master' into no-cancel-dupe 2016-02-11 15:50:12 -08:00
Noah Swartz
bf674489d5 make false falsy 2016-02-10 18:10:10 -08:00
Seth Schoen
6abcfddfe7 Remove unused variable "wrm" 2016-02-10 15:05:18 -08:00
Seth Schoen
86bddfa9b4 Fix syntax error (missing colon in function definition) 2016-02-10 14:50:10 -08:00
Peter Eckersley
7c7a07ceb2 rm redundancy 2016-02-10 14:30:35 -08:00
Peter Eckersley
4b49419c07 Allow renew to handle --webroot-path on the commandline
- and generally clarify how renew handles webroot options
2016-02-10 14:28:47 -08:00
Brad Warren
f35896b305 Stopped breaking things 2016-02-10 13:00:14 -08:00
bmw
636daa648a Merge pull request #2388 from letsencrypt/issue_2347
Ensure that command line arguments still work with `renew`
2016-02-10 12:42:12 -08:00
Peter Eckersley
78cde8b7d9 Update language to clarify that only expiring certs are renewed 2016-02-10 11:39:03 -08:00
Peter Eckersley
e808091a97 Better command-line docs for renew. 2016-02-10 10:58:07 -08:00
bmw
5f0641bccb Merge pull request #2357 from letsencrypt/donate-spamfilter
Donate spamfilter
2016-02-09 18:58:16 -08:00
Brad Warren
7aa2f4b5f6 Remove stay .namespace 2016-02-09 18:34:44 -08:00
Brad Warren
96d89cf44d Disable too-many-locals for now 2016-02-09 18:32:59 -08:00
Brad Warren
8c970a890d Revert "Resume using a fully-constructed config namespace"
This reverts commit 3603f482e5.
2016-02-09 18:28:56 -08:00
Peter Eckersley
b4b584155e Address stylistic review comments 2016-02-09 17:40:01 -08:00
Seth Schoen
3ca769e634 Update logging to mention --force-renew 2016-02-09 16:09:30 -08:00
Seth Schoen
a4eccafa9e Merge remote-tracking branch 'origin/master' into force_renewal_option
Conflicts:
	letsencrypt/cli.py

Mention --force-renew instead of --renew-by-default in docs/using.rst.
2016-02-09 16:07:36 -08:00
Brad Warren
fa93927d66 Merge branch 'master' into donate-spamfilter 2016-02-09 16:00:11 -08:00
Peter Eckersley
c8b89a9f5a Revert "For testing purposes, implement a way to specify which renewal files are run"
This reverts commit 56be2e054c.
2016-02-09 14:50:32 -08:00
Peter Eckersley
6ca84acc1c Fix more bugs
* setting --dry-run or --staging implies changing account
  * --dry-run: be willing to make a staging account if the user only
    has a prod one
2016-02-09 14:19:53 -08:00
Peter Eckersley
ed348f5528 Actually all of this logic was fine, and we do need to bring in the staging server value 2016-02-09 12:50:49 -08:00
Peter Eckersley
04926a4662 Fix some bugs:
- modify_arg_for_default_detection was not actually succeeding in modifying
   the kwargs it was called with
 - it should be good enough for the default detector to notice --dry-run and
   pass that to the real conf, we don't need to play with .server as well...
2016-02-09 12:44:05 -08:00
Peter Eckersley
56be2e054c For testing purposes, implement a way to specify which renewal files are run 2016-02-09 12:24:25 -08:00
Peter Eckersley
13aed36cd5 "" is a reasonable server value in default_detection=True 2016-02-09 12:22:36 -08:00
Peter Eckersley
0fb3bf689d More debugging. 2016-02-09 11:46:43 -08:00
Peter Eckersley
d0d63b65b8 lintlint 2016-02-09 10:54:24 -08:00
Peter Eckersley
5514776a7e lint / fix 2016-02-09 10:53:48 -08:00
Peter Eckersley
4a7a0bd47a Update detector's namespace correctly 2016-02-09 10:52:10 -08:00
Peter Eckersley
55f1840d83 Make static var less verbose 2016-02-09 10:41:52 -08:00
Peter Eckersley
60392cce04 Try to reconstruct all the plugin cli vars 2016-02-09 10:40:09 -08:00
Peter Eckersley
d148c0c9e2 Merge remote-tracking branch 'origin/master' into issue_2347 2016-02-09 10:30:44 -08:00
Peter Eckersley
3603f482e5 Resume using a fully-constructed config namespace 2016-02-09 10:06:59 -08:00
Peter Eckersley
d6703f771a Lint & cleanup weirdness from #2392... 2016-02-08 21:28:43 -08:00
Peter Eckersley
4000aa762e Fix snauf 2016-02-08 21:14:45 -08:00
Peter Eckersley
0562b08c29 Merge remote-tracking branch 'origin/master' into webroot-map-and-flags 2016-02-08 21:13:52 -08:00
Peter Eckersley
e0cfd9f691 Extra CSR sanity checking 2016-02-08 21:10:34 -08:00
Peter Eckersley
57ee4f0b46 Nicen dry run renewal messages 2016-02-08 20:43:13 -08:00
Peter Eckersley
28c5447653 Port another test 2016-02-08 20:30:48 -08:00
Peter Eckersley
b2de2cd181 Better dry run reporting 2016-02-08 20:21:40 -08:00
Peter Eckersley
b2e460f34b Address the comments of reviewers & lintmonsters 2016-02-08 19:54:32 -08:00
Peter Eckersley
63c0718d86 Accept --csr PEMFILE
* Closes: #1082 #1935
* Also produce better errors if SANs are missing, though not yet fixing #1076
2016-02-08 19:15:28 -08:00