Commit Graph
3969 Commits
Author SHA1 Message Date
Noah Swartz 699cdac8ea remove error if can't parse config 2015-11-23 10:08:43 -08:00
Noah Swartz 0017e48870 added docstring for temp 2015-11-21 08:53:11 -08:00
Noah Swartz b972cc8a83 Merge pull request #7 from letsencrypt/master
merge from master
2015-11-20 11:54:48 -08:00
Peter Eckersley 35931a8f90 Merge pull request #1575 from letsencrypt/misconfigured
Misconfigured selection was misconfigured (fixes #990)
2015-11-20 11:51:23 -08:00
Noah Swartz 793f2b4f90 fixed lint scoping issue 2015-11-20 11:42:08 -08:00
Brad Warren 350a07086f Remove confirmation in text display 2015-11-19 22:35:28 -08:00
bmw e02f26a775 Merge pull request #1570 from letsencrypt/doc-fix
Remove references to --manual and --webroot
2015-11-19 22:25:29 -08:00
Brad Warren 52361cc730 Added tests 2015-11-19 22:18:48 -08:00
Brad Warren 489e79d777 spacing 2015-11-19 22:13:04 -08:00
Brad Warren 2bdc60dfef Scoping rules are frustrating 2015-11-19 21:21:42 -08:00
Brad Warren 279c0d9ddf Comma 2015-11-19 21:16:44 -08:00
Brad Warren 2e06939fec Disable selection of misconfigured plugins 2015-11-19 21:15:54 -08:00
Brad Warren 02562c75a3 Remove references to --manual and --webroot 2015-11-19 14:57:31 -08:00
Peter Eckersley 4ead130438 Merge pull request #1563 from letsencrypt/dev-release
Always use the specified GPG keyid for signing everything.
2015-11-19 03:51:14 -08:00
bmw 6ea51360f9 Merge pull request #1494 from letsencrypt/integration_test_dot_py
use boulder's integration-test.py
2015-11-18 19:07:07 -08:00
Peter Eckersley f4633d8df6 Merge pull request #1536 from SuperMatt/master
Fix for TLDs greater than 6 characters in length
2015-11-18 19:06:07 -08:00
Noah Swartz 707bb55c81 change to not make a permanent file if just doing dvsni 2015-11-18 18:59:22 -08:00
bmw ff293cecf1 Merge pull request #1462 from sieben/dict_litteral
Dict can be litteral
2015-11-18 18:22:45 -08:00
Noah Swartz 8c9ead3c40 Merge pull request #6 from letsencrypt/master
update from master
2015-11-18 18:06:08 -08:00
bmw 7292a63aef Merge pull request #1562 from stweil/master
Fix typos found by codespell
2015-11-18 16:20:24 -08:00
Peter Eckersley 5829e25804 Always use the specified GPG for signing everything. 2015-11-18 14:26:01 -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
Matthew Ames 1051c45166 TLDs cannot be longer than 63 characters 2015-11-18 07:18:20 +00: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
Matthew Ames 78733ae0cb Changed tld length to be anything over 1 character 2015-11-17 23:41:26 +00: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
Matthew Ames e739c3327c Merge pull request #1 from SuperMatt/SuperMatt-patch-1
Update configuration.py
2015-11-17 15:47:17 +00:00
Matthew Ames 8703528346 Update configuration.py 2015-11-17 15:45:52 +00:00
Matthew Ames b20acaa3e1 Update configuration.py 2015-11-17 09:27:15 +00: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