Commit Graph
6156 Commits
Author SHA1 Message Date
Peter Eckersley 37efe30675 Better explanation 2016-05-09 19:31:29 -07:00
Peter Eckersley 675f2e5413 Put the signature instructions in a hint box 2016-05-09 19:29:08 -07:00
Peter Eckersley 8394e5eb64 Draft of new installation instructions 2016-05-09 19:29:08 -07:00
Noah Swartz 5d96979a9d Merge pull request #2953 from certbot/how2renew
Explain *-hook and -q in renewal documentation
2016-05-09 18:28:56 -07:00
Brad Warren 3ce47282ea Make --quiet suggestion stronger 2016-05-09 18:14:02 -07:00
Brad Warren 6fa7eb576b Use -n when using certonly 2016-05-09 18:11:36 -07:00
Peter Eckersley 11180e0c48 Merge pull request #2942 from domcleal/2735-augeas-escaped-space-args
Merge Augeas fix for escaped spaces in arguments
2016-05-09 17:20:25 -07:00
Peter Eckersley 32bb7980c1 Merge pull request #2941 from domcleal/2731-augeas-section-empty-cont
Merge Augeas fix for empty section continuations
2016-05-09 17:19:30 -07:00
schoen 2c73042fba Merge pull request #2939 from certbot/legacy-standalone
Fixes references to dvsni in renewal config files
2016-05-09 17:12:16 -07:00
Brad Warren 555513940c Explain *-hook and -q in renewal documentation 2016-05-09 14:57:01 -07:00
Dominic Cleal 3d90fb8097 Merge Augeas fix for escaped spaces in arguments
From https://github.com/hercules-team/augeas/commit/f741b8b4f23dd9372dcdea18383ef9138f9c161e

Fixes #2735
2016-05-07 22:04:51 +01:00
Dominic Cleal 9059a49664 Merge Augeas fix for empty section continuations
From https://github.com/hercules-team/augeas/commit/568be1bc392bab6089c027de990b857ce962cc26

Fixes #2731
2016-05-07 21:03:29 +01:00
Brad Warren 7758a1a4a5 Merge branch 'master' into legacy-standalone 2016-05-06 17:55:43 -07:00
bmw 38d7503f0f Merge pull request #2940 from certbot/whatsa-letsencrypt
s/--letsencrypt/--certbot
2016-05-06 17:55:08 -07:00
Brad Warren 5c0eabcd76 Rename LETSENCRYPT_PATH to CERTBOT_PATH 2016-05-06 17:42:25 -07:00
Brad Warren 4627971dc6 s/--letsencrypt/--certbot 2016-05-06 17:30:18 -07:00
Brad Warren 30ae348a8c Add logger message 2016-05-06 16:53:33 -07:00
Brad Warren 56d7a97e6a Test dvsni with standalone-supported-challenges 2016-05-06 16:44:31 -07:00
Brad Warren 7167a9e108 fixes #2927 2016-05-06 16:41:23 -07:00
Peter Eckersley 47c874cd1d Merge pull request #2906 from mgedmin/allow-renewal-without-understanding-vhosts
Don't fail authentication when vhost cannot be found
2016-05-06 14:55:03 -07:00
bmw a5fe088060 Merge pull request #2936 from certbot/dev-venv-fix
Use --force-reinstall to fix bad virtualenv package
2016-05-06 13:26:43 -07:00
Noah Swartz 37dfa407d7 Merge pull request #2922 from certbot/venv-details
venv is still named letsencrypt
2016-05-06 12:52:12 -07:00
Peter Eckersley 785010fe50 Welcome to Certbot! 2016-05-06 12:45:51 -07:00
Brad Warren 495371a3b8 Use --force-reinstall to fix bad virtualenv package 2016-05-06 12:33:52 -07:00
Peter Eckersley 111e931053 Merge pull request #2935 from certbot/parsedatetime
Specify minimum parsedatetime version
2016-05-06 12:26:45 -07:00
Brad Warren a65fca486c Specify minimum parsedatetime version 2016-05-06 11:57:12 -07:00
schoen 2df7cf326b Merge pull request #2930 from jgillula/no-overpromising
Changing some "will happen"s to "hopefully will happen"s
2016-05-05 11:58:32 -07:00
Jeremy Gillula fbbbb5b516 Turns out the public beta is over, but still no Python 3.0 support. We over-promised! 2016-05-05 11:31:28 -07:00
Jeremy Gillula 127ba71c43 Adding the fact that we actually have backports for Debian Jessie to the docs 2016-05-05 11:17:47 -07:00
Jeremy Gillula f3172bcfee Changing some "will happen"s to "hopefully will happen"s 2016-05-05 08:55:49 -07:00
Brad Warren 4e19f9eae0 venv is still named letsencrypt 2016-05-04 17:28:16 -07:00
Marius Gedminas d73e2e68ac Add a test for #2906 2016-05-02 11:45:07 +03:00
Marius Gedminas 8b4f48556d Catch the right exception
Conrary to the docstring of choose_vhost(), when you run non-interactive
certificate renewals and the Apache plugin fails to discover the correct
vhost, it raises MissingCommandlineFlag and not PluginError.
2016-05-02 09:45:27 +03:00
Marius Gedminas 528a816f70 Don't fail authentication when vhost cannot be found
Should fix #677 and #2600.
2016-05-02 09:30:32 +03:00
schoen eb56c166d7 Merge pull request #2809 from letsencrypt/domain-ordering
Preserve domain ordering in CSR
2016-04-28 14:34:12 -07:00
schoen a4681d37b1 Merge pull request #2785 from TheNavigat/renewal
Document renewal interval in renewal configuration file
2016-04-27 17:44:10 -07:00
Amjad Mashaal bf6f6b636c Setting value of commented renew_before_expiry to default value 2016-04-28 02:32:53 +02:00
Amjad Mashaal e3ad290dff Moving renew_before_expiry comment to initial_comment 2016-04-27 02:50:36 +02:00
Amjad Mashaal 070642faaf Fixing renew_before_expiry comment 2016-04-26 05:26:07 +02:00
Amjad Mashaal 771f5cfe49 Implementing schoen's correction 2016-04-26 04:20:50 +02:00
Noah Swartz 118e0d65d5 Merge pull request #2853 from letsencrypt/no-pause-notifications
Don't pause when reporting renewal isn't necessary
2016-04-21 10:48:16 -07:00
bmw ce37332420 Merge pull request #2873 from letsencrypt/fix-multitester
Fix test farm tests
2016-04-19 14:42:02 -04:00
Brad Warren 3780d068d1 Fix test farm tests 2016-04-19 14:11:17 -04:00
Brad Warren 80c8cab5af Merge branch 'master' into no-pause-notifications 2016-04-19 07:01:10 -04:00
Brad Warren 1ceea35669 Improve obtain_cert no pause test 2016-04-19 06:56:46 -04:00
bmw 07fb1028e2 Merge pull request #2860 from kevinburke/append-two-arguments
Pass a single argument to append()
2016-04-18 19:29:21 -04:00
Kevin Burke 8ceaf29fb8 Pass a single argument to append()
The other notify() calls in this block all pass the output of report(), but
this one attempts to pass two arguments, which results in the stack trace
described in #2822.
2016-04-18 15:36:27 -07:00
bmw bff58d98c1 Merge pull request #2864 from letsencrypt/vendor-experiment
Fix problem with godep and vendor directories
2016-04-18 18:22:38 -04:00
Brad Warren d34b5fee0d Fix problem with godep and vendor directories 2016-04-18 18:08:55 -04:00
Noah Swartz e533218060 Merge pull request #2849 from letsencrypt/shim
Create LE shims
2016-04-18 11:44:33 -07:00