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

4237 Commits

Author SHA1 Message Date
Joona Hoikkala
5dcd508827 Added domain checks for apache installer 2015-12-07 15:37:09 +02:00
Joona Hoikkala
2d5d4a65c4 Moved domain check to le_util 2015-12-07 15:07:27 +02:00
Peter Eckersley
ce0ea2b104 Merge pull request #1784 from devvmh/patch-2
Mention the --renew-by-default flag
2015-12-06 13:09:24 -08:00
Devin Howard
f2a93e00ea Mention the --renew-by-default flag
I was going crazy looking for this flag - I think it's worth a mention in the Renewal section
2015-12-06 18:20:11 +08:00
Peter Eckersley
591d8a271b Merge pull request #1773 from gene1wood/clarify-connection-message
Clarify error messages with acronym DV
2015-12-06 01:46:41 -08:00
Peter Eckersley
63e14763b9 Merge pull request #1776 from nelhage/domain-config
Fix a typo in example config file.
2015-12-06 01:42:26 -08:00
Nelson Elhage
cb6ecea087 Fix a typo in example config file. 2015-12-05 11:35:54 -08:00
Peter Eckersley
942d5ea4a3 Merge pull request #1774 from nelhage/domain-config
Document passing domains via config file.
2015-12-05 11:27:57 -08:00
Nelson Elhage
55097af38a Document passing domains via config file.
closes #1771
2015-12-05 11:03:58 -08:00
Gene Wood
753022d8e3 Clarify error messages with acronym DV 2015-12-05 11:02:14 -08:00
schoen
b79b5e5f47 Merge pull request #1759 from rainest/master
Added a descriptive error if domain list includes a Unicode-encoded IDN
2015-12-04 23:17:21 -08:00
Travis Raines
2f71b2c0be fixing whitespace lint and version incompatibility at once! 2015-12-04 22:44:17 -08:00
Travis Raines
df49c66124 Added a descriptive error if domain list includes a Unicode-encoded IDN 2015-12-04 22:22:32 -08:00
Peter Eckersley
0f131590a4 Merge pull request #1752 from kraftbj/patch-1
Correct typo in --register-unsafely-without-email
2015-12-04 14:08:23 -08:00
Brandon Kraft
ffa4eebd90 Correct typo in --register-unsafely-without-email 2015-12-04 14:11:08 -06:00
Peter Eckersley
45d981943b Merge pull request #1702 from letsencrypt/apache-conf-library
Add another apache conf test case
2015-12-04 11:54:42 -08:00
Peter Eckersley
8bfda79fd6 Merge pull request #1729 from Bitbored/patch-1
Fixed small typo
2015-12-04 03:37:41 -08:00
Peter Eckersley
bc77444137 Merge pull request #1725 from mgedmin/patch-1
Typo: Apacche -> Apache
2015-12-04 03:37:11 -08:00
Seppe Stas
b4e0dfe5a8 Fixed small typo 2015-12-04 11:20:50 +01:00
Marius Gedminas
869c3741c5 Typo: Apacche -> Apache 2015-12-04 12:03:33 +02:00
Peter Eckersley
f2a83e9e94 Merge pull request #1695 from alexconlin/master
Fix typo in README.rst
2015-12-03 15:29:47 -08:00
Peter Eckersley
983c09659f Merge pull request #1687 from gene1wood/fix-cli-grammar
Fixing the grammar of the _suggest_donate message
2015-12-03 15:28:57 -08:00
Peter Eckersley
3add88c641 Add another apache conf test case 2015-12-03 15:25:54 -08:00
Alex Conlin
5a39e833c4 Fix typo in README.rst 2015-12-03 22:14:43 +00:00
Gene Wood
0004610e61 Fixing the grammar of the _suggest_donate message 2015-12-03 12:40:10 -08:00
Jacob Hoffman-Andrews
c45e394824 Merge pull request #1679 from kuba/unbreak-master-20151203
Unbreak master
2015-12-03 08:08:20 -08:00
Jakub Warmuz
7a6e084e3a Unbreak master 2015-12-03 15:55:17 +00:00
Peter Eckersley
9c687a2a7d Merge tag 'v0.1.0'
Release 0.1.0
2015-12-03 01:38:15 -08:00
Peter Eckersley
cc64d69a6b Merge branch 'master' of ssh://github.com/letsencrypt/letsencrypt 2015-12-03 01:29:55 -08:00
Peter Eckersley
f1fec26e17 Merge pull request #1662 from mgedmin/fix-py33
Avoid trailing whitespace in pretty-printed JSON
2015-12-03 01:28:17 -08:00
Peter Eckersley
dbf6f11d38 Merge pull request #1671 from levskaya/auto-amazon-linux-fix
fix sudo issue on amazon linux instance with letsencrypt-auto
2015-12-03 00:00:14 -08:00
Marius Gedminas
c7dbf8aa24 Avoid trailing whitespace in pretty-printed JSON
Fixes a failing test on Python 3.3:

    ======================================================================
    FAIL: test_json_dumps_pretty (acme.jose.interfaces_test.JSONDeSerializableTest)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/home/mg/src/letsencrypt/acme/acme/jose/interfaces_test.py", line 97, in test_json_dumps_pretty
        '[\n    "foo1",{0}\n    "foo2"\n]'.format(filler))
    AssertionError: '[\n    "foo1", \n    "foo2"\n]' != '[\n    "foo1",\n    "foo2"\n]'
      [
    -     "foo1",
    ?            -
    +     "foo1",
          "foo2"
      ]

    ----------------------------------------------------------------------

(The test expected trailing whitespace on Python < 3.0, while it
should've been checking for Python < 3.4.)
2015-12-03 09:52:59 +02:00
Anselm Levskaya
54c74a6d2f fix sudo issue on amazon linux instance with letsencrypt-auto
the letsencrypt-auto script was missing the sudo parameter on call to ExperimentalBootstrap for amazon linux. 
also added comment to mac entry to clarify why it lacks the parameter
2015-12-02 23:06:11 -08:00
Peter Eckersley
047ae326f6 Bump anticipated release version 2015-12-02 19:04:31 -08:00
Peter Eckersley
5747ab7fd9 Release 0.1.0 v0.1.0 2015-12-02 15:55:43 -08:00
Peter Eckersley
df51f7f50c Version 0.1.0 for Public Beta! 2015-12-02 15:15:08 -08:00
Peter Eckersley
fe422cb87b Merge pull request #1651 from letsencrypt/prep4prod
Prepare for public beta
2015-12-02 15:03:46 -08:00
Peter Eckersley
4f4967d249 Merge pull request #1666 from letsencrypt/donate
Add some suggested donation links upon success
2015-12-02 14:28:34 -08:00
Peter Eckersley
bbfb33b705 missing underscore
was breaking lint, but only under cover?
2015-12-02 14:20:53 -08:00
Peter Eckersley
96d31aea00 Correctly document _suggest_donate 2015-12-02 13:09:22 -08:00
Peter Eckersley
35093e8e3d Unmocking _suggest_donate will be tricky, so reduce coverage for now 2015-12-02 13:08:58 -08:00
Peter Eckersley
e9a53c8cee Fix test cases
- That call took a lot of mocking, I don't yet understand why
   _report_new_cert didn't require comparable treatment...
2015-12-02 12:48:10 -08:00
Peter Eckersley
1f7d34cde2 Add some suggested donation links upon success 2015-12-02 12:23:36 -08:00
bmw
ab9051ff09 Merge pull request #1663 from the-real-tokai/documentation-fixes
Fixed some spelling errors.
2015-12-02 10:49:41 -08:00
bmw
22fa2d84dd Merge pull request #1655 from letsencrypt/readme
More readme.rst changes
2015-12-02 10:09:09 -08:00
bmw
777c72f68c Merge pull request #1622 from letsencrypt/docs
Various improvements to using.rst docs
2015-12-02 10:07:50 -08:00
Christian Rosentreter
dca044d330 Fixed some spelling errors. 2015-12-02 17:16:23 +01:00
Peter Eckersley
8168bfe70d Merge pull request #1656 from letsencrypt/update-release-sigs
Update release sigs
2015-12-01 19:38:49 -08:00
Peter Eckersley
2b2d910cd0 Merge pull request #1654 from letsencrypt/webroot
Webroot
2015-12-01 19:29:26 -08:00
Brad Warren
77dd30614a Use airgapped key 2015-12-01 19:28:42 -08:00