Commit Graph
4213 Commits
Author SHA1 Message Date
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
Nav 25e6502aac Adding paths to cert and chain logging messages 2015-11-18 21:28:57 +02: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
Nav 24e5e3d8e5 Fixing tests broken by including the variable x in the logger debug messages 2015-11-18 12:49:06 +02:00
Nav 678fb555c0 Improving content of logging messages 2015-11-18 12:39:43 +02:00
Matthew Ames 1051c45166 TLDs cannot be longer than 63 characters 2015-11-18 07:18:20 +00:00
Brad Warren 0ae1f30532 Don't install all Arch packages 2015-11-17 18:01:20 -08: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
Peter Eckersley 981b9dd3bc Add test case for trying to register without email 2015-11-17 16:06:56 -08:00
Peter Eckersley 6d497b8076 Track recent boulder error change 2015-11-17 16:06:56 -08:00
Peter Eckersley f74da52320 Avoid hacky --email "" case for integration tests 2015-11-17 16:06:49 -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
Nav 569962b40d Fixing manual authenticator tests 2015-11-17 11:50:32 +02:00
Matthew Ames b20acaa3e1 Update configuration.py 2015-11-17 09:27:15 +00:00
Nav 9fd1b1f38a Fixes #1176 2015-11-17 11:06:12 +02:00
Nav 19d607fb00 Merge remote-tracking branch 'letsencrypt/master' 2015-11-17 11:02:52 +02:00
sagi 58110a69f4 more elegant enhance_config, add --no- flags to hsts and uir 2015-11-17 07:23:19 +00:00
Daniel Aleksandersen 053697889d Add missing RPM requirement
`redhat-rpm-config` provides the required `/usr/lib/rpm/redhat/redhat-hardened-cc1` to Fedora.
2015-11-17 05:14:04 +01:00
Felix Yan 1bba382c05 letsencrypt-auto: Add instructions to use pacman on Arch 2015-11-17 10:47:20 +08:00
Peter Eckersley c6bb119d43 Test perform_registration recursion 2015-11-16 17:52:06 -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 c265fb5fb9 Fix bugs and test cases 2015-11-16 17:28:56 -08:00
Peter Eckersley 2d07c017b2 Test cases for get_email 2015-11-16 16:57:48 -08:00
Peter Eckersley 371e57fc51 If the server rejects an email address, ask again rather than erroring
This is essentially symmetrical with cases where the client itself can tell
that what the user entered isn't an email address.
2015-11-16 16:57:48 -08:00
Peter Eckersley 77f2a29bfe Show the message about unsafe registration only conditionally
- If the user enters a blank email, or one that doesn't check out
2015-11-16 16:57:48 -08:00
Miquel RuizandPeter Eckersley 37089b9eff Ensure cancelling without password exits 2015-11-16 16:57:48 -08:00
Miquel RuizandPeter Eckersley 99f9f1b106 Rename option and fix displayed info 2015-11-16 16:57:48 -08:00
Miquel RuizandPeter Eckersley 36842b7bbb Ask for email unless --allow-unsafe-registration
Add new option that explicitly allows to not provide an email.
Fixes #414
2015-11-16 16:57:48 -08: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
Daniel Aleksandersen 85d7b9406d Test dnf before yum
yum may still be installed (by default in recent Fedoras) and will display a deprecation and migration message. On the other hand, dnf either is or isn't installed and the test will proceed as intended. (dnf is the modern replacement for yum.)
2015-11-16 23:37:17 +01:00
sagi 17ea7bb316 comment and simplify things 2015-11-16 20:41:39 +00:00
sagi 1098126b7b tests hsts, redirect and uir 2015-11-16 20:31:49 +00:00
Peter Eckersley fc07238804 Merge pull request #1516 from henrychen95/master
Fix Amazon Linux bootstrapping error.
2015-11-16 12:19:55 -08:00