Dominic Cleal
3d90fb8097
Merge Augeas fix for escaped spaces in arguments
...
From f741b8b4f2
Fixes #2735
2016-05-07 22:04:51 +01:00
Dominic Cleal
9059a49664
Merge Augeas fix for empty section continuations
...
From 568be1bc39
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
d38cf4a74e
Build shim packages in next release
2016-05-04 17:55:12 -07:00
Brad Warren
4e19f9eae0
venv is still named letsencrypt
2016-05-04 17:28:16 -07:00
Noah Swartz
144f28690b
added new docs links
2016-05-04 17:03:52 -07:00
Noah Swartz
d9f36df96f
contribute back changes from website
2016-05-04 16:02:48 -07:00
Noah Swartz
e1d9366399
updated README
2016-05-04 10:52:58 -07:00
Noah Swartz
891b186856
changed wiki refs, added some words
2016-05-03 17:04:30 -07:00
Brad Warren
b844b7d605
Create certbot-auto during release process
2016-05-03 15:44:36 -07:00
Aaron Zauner
64f2ddfa80
Merge pull request #31 from EFForg/dmwilcox/start-le-api
...
Dmwilcox/start le api
2016-05-03 13:45:42 +07:00
Brad Warren
a9ecd146a9
Make certbot accept --yes flag
2016-05-02 14:16:41 -07:00
Noah Swartz
8f6c289e78
incorperate jsha's comments
2016-05-02 13:59:42 -07:00
Brad Warren
0f228e935d
Add backports countdown when using --yes/letsencrypt-auto
2016-05-02 11:52:57 -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
Joona Hoikkala
67a5eb14f4
Merge remote-tracking branch 'upstream/master' into sysd_os
2016-04-29 16:24:36 +03:00
Joona Hoikkala
9af0994ca6
More verbose UA & test UA test fixes
2016-04-29 16:23:52 +03:00
Joona Hoikkala
1b5efc8427
Added tests for new UA method
2016-04-29 15:52:24 +03:00
Joona Hoikkala
ff30fb71d2
New method for determining UA string
2016-04-29 15:31:59 +03:00
Daniel Wilcox
a5f23b5314
Configure logger to be a touch louder... than silent
2016-04-28 17:10:21 -07:00
Daniel Wilcox
af38c30c9c
Fix path to postfix config variable.
2016-04-28 17:02:29 -07:00
Daniel Wilcox
887871833d
Fix typo in changing quotes.
2016-04-28 16:44:25 -07:00
Daniel Wilcox
5d07b70269
Change over to using logging module from print statements.
2016-04-28 16:40:06 -07:00
Daniel Wilcox
c43602c908
Add simple config_test implementation.
2016-04-28 16:30:08 -07:00
Daniel Wilcox
4d24eb83a8
Move version fetching into get_version and implement more_info method.
2016-04-28 16:11:37 -07:00
Daniel Wilcox
7edceec8ac
Add test case and fix to properly handle configs with no smtpd_tls_* vars.
2016-04-28 15:27:11 -07:00
Daniel Wilcox
c6baa82ee4
Implement basic get_all_certs_keys, tests pass.
2016-04-28 15:14:06 -07:00
schoen
eb56c166d7
Merge pull request #2809 from letsencrypt/domain-ordering
...
Preserve domain ordering in CSR
2016-04-28 14:34:12 -07:00
Daniel Wilcox
e75bafa439
Add basic test for get_all_certs_keys IInstaller interface method.
2016-04-28 12:27:49 -07:00
Daniel Wilcox
cc83e9ba52
Wrap some lines, new style exceptions, return check for restart.
2016-04-28 12:26:56 -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