Commit graph

3943 commits

Author SHA1 Message Date
bmw
ff293cecf1 Merge pull request #1462 from sieben/dict_litteral
Dict can be litteral
2015-11-18 18:22:45 -08:00
bmw
7292a63aef Merge pull request #1562 from stweil/master
Fix typos found by codespell
2015-11-18 16:20:24 -08:00
bmw
1099597e13 Merge pull request #1561 from letsencrypt/python2
Use -p python2 when creating virtualenv
2015-11-18 13:50:17 -08:00
Stefan Weil
d564b8ff8e Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-11-18 22:41:39 +01:00
Brad Warren
fb844a85a2 Use -p python2 when creating virtualenv 2015-11-18 13:16:49 -08:00
Peter Eckersley
c3e1f1cf65 Merge pull request #1544 from letsencrypt/narrative
Plugin documentation (fixes #1137)
2015-11-18 11:27:11 -08:00
Peter Eckersley
8eaa1b79aa Merge pull request #1555 from xkr47/patch-1
using.rst: Advertise `--help all`
2015-11-18 10:53:39 -08:00
Jonas Berlin
f874ae18c2 Update using.rst
Advertise the `--help all` command more aggressively
2015-11-18 15:10:00 +02:00
Brad Warren
369321f90d Specify flags and certonly 2015-11-17 17:55:20 -08:00
Peter Eckersley
457be44f15 Merge pull request #1547 from letsencrypt/cli
Implement --webroot and --manual
2015-11-17 17:44:49 -08:00
Brad Warren
e5fed17229 Added --manual test 2015-11-17 17:39:53 -08:00
Peter Eckersley
1e09d7e2ff Also implement --manual 2015-11-17 17:11:03 -08:00
Peter Eckersley
ec18196511 lintmonster 2015-11-17 16:50:03 -08:00
Peter Eckersley
9a8e6feb54 Implement --webroot 2015-11-17 16:29:06 -08:00
Brad Warren
c82e8691d3 Condense table and fixes #1445 2015-11-17 15:15:29 -08:00
Brad Warren
c2d0acbb31 Expanded plugin documentation 2015-11-17 15:02:07 -08:00
Peter Eckersley
ee70cfbc9a Merge pull request #1372 from bit/nginx
nginx: add redirect for HTTP traffic
2015-11-17 12:38:08 -08:00
Peter Eckersley
53eaf7ce1e Merge pull request #1388 from bit/bug942
nginx: Only insert directive if its not already in block
2015-11-17 08:54:31 -08:00
j
a790038a9f nginx: add redirect for HTTP traffic 2015-11-17 02:45:02 +01:00
j
43a6da1309 ignore regexp failures in nose coverage 2015-11-17 02:44:27 +01:00
Peter Eckersley
d6b4e73d9d Merge pull request #1520 from Aeyoun/patch-2
Support more distros with different RPM names
2015-11-16 16:40:22 -08:00
Daniel Aleksandersen
75e7c302f0 Support more distros with different RPM names
* Support both python and python27 naming conventions (varies by distro)
* Test every install command and give feedback if they don't succeed
2015-11-17 00:23:58 +01:00
Peter Eckersley
fc07238804 Merge pull request #1516 from henrychen95/master
Fix Amazon Linux bootstrapping error.
2015-11-16 12:19:55 -08:00
Peter Eckersley
f2651792ba Merge pull request #1241 from devnsec-com/pr7
Add documentation tell users to enable EPEL on RedHat/CentOS 6
2015-11-16 12:02:02 -08:00
Peter Eckersley
282ed6dd07 Merge pull request #1512 from felixonmars/arch-package
Include Arch Linux packages in User Guide
2015-11-16 09:32:52 -08:00
Peter Eckersley
05da8efd7f Merge pull request #1511 from felixonmars/master
Update tox.ini to run acme tests with Python 3.5
2015-11-16 09:32:08 -08:00
Henry Chen
ec58ad2378 Fix Amazon Linux bootstrapping error. 2015-11-16 16:24:31 +08:00
Felix Yan
b68caac675 Include Arch Linux packages in User Guide 2015-11-16 12:01:31 +08:00
j
612344d44f Ticket #942 - Only insert directive if its not already in block 2015-11-15 19:19:01 +01:00
Peter Eckersley
d27dd3cf4b Merge pull request #1465 from letsencrypt/amazonlinux
Highly experimental Amazon Linux bootstrapping
2015-11-14 19:57:44 -08:00
Peter Eckersley
2447e61d32 Merge pull request #1509 from mattbostock/patch-1
Add missing 'a' before 'safe'
2015-11-14 19:51:01 -08:00
Peter Eckersley
7157ab1b76 Merge pull request #1496 from letsencrypt/key_path_help
Update key_path help
2015-11-14 19:40:25 -08:00
Peter Eckersley
974cdf6f22 Merge pull request #1508 from samlanning/python-version-order-check
Check for python2.7 before python2 in letsencrypt-auto
2015-11-14 19:37:11 -08:00
Matt Bostock
b508815b08 Add missing 'a' before 'safe'
Add an 'a' before the word 'safe' so that the sentences about protecting `privkey.pem` makes sense.
2015-11-14 22:03:16 +00:00
Sam Lanning
339bb97137 Check for python2.7 before python2
There are cases where more than one version of python2 is installed, and where
the default is not 2.7. For example in CentOS 6, it is common for both 2.6 and
2.7 to be installed, as yum requires 2.6 apparently for some reason.
2015-11-14 14:33:35 +00:00
Felix Yan
324ebf468d Update tox.ini to run acme tests with Python 3.5 2015-11-14 21:09:03 +08:00
Rémy Léone
1014cf5d9e Dict can be litteral 2015-11-14 14:06:32 +01:00
bmw
151c674cba Merge pull request #1455 from letsencrypt/useragent
Add a User Agent string for client analytics
2015-11-13 17:45:53 -08:00
Peter Eckersley
d8a32eeeb5 Chase all the mock threads all over the place 2015-11-13 17:38:55 -08:00
Brad Warren
cac39c7504 fixes #1490 2015-11-13 14:02:34 -08:00
bmw
2aab8782ae Merge pull request #1493 from letsencrypt/no-more-lies
Fixed docstring
2015-11-13 13:32:20 -08:00
Peter Eckersley
2433de8cba Attempt to update revoke() cases [not yet working] 2015-11-13 12:48:44 -08:00
Peter Eckersley
7e1a59ab29 Address review comments 2015-11-13 12:48:38 -08:00
Brad Warren
eea9aa752a Tests for the 'revoke' verb 2015-11-13 10:06:49 -08:00
Peter Eckersley
e8cf095ef3 Fix merge glitch
(somehow this was lost from the previous commit)
2015-11-13 09:56:50 -08:00
bmw
5c638bea38 Merge pull request #1487 from letsencrypt/whichhunt
Replace "which" with "command -v"
2015-11-13 09:50:44 -08:00
Brad Warren
5c09b24e19 Fixed docstring 2015-11-13 09:00:54 -08:00
Peter Eckersley
a45de558de Merge remote-tracking branch 'origin/master' into useragent 2015-11-13 01:39:27 -08:00
Peter Eckersley
3551ffbd64 Replace "which" with "command -v"
Since the latter is at least semi-POSIX compliant:

http://pubs.opengroup.org/onlinepubs/009696899/utilities/command.html

Avoids the need for #1486
2015-11-13 01:31:14 -08:00
Peter Eckersley
4cfd22e31f Merge pull request #1479 from joohoi/domains_flag
Possibility to use comma separated list of domains in config files and cli
2015-11-13 01:22:35 -08:00