Commit Graph
3934 Commits
Author SHA1 Message Date
Brad WarrenandPeter Eckersley 3fec57d854 Fixed test 2015-11-20 19:02:50 -08:00
Peter Eckersley 1a4d7c1445 Lintmonster 2015-11-20 19:02:50 -08:00
Peter Eckersley ec267cf215 "Compute" the minimum height needed to reasonably display input 2015-11-20 19:02:50 -08:00
Peter Eckersley c35c4f3fbe Extra docstring 2015-11-20 19:02:50 -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
Peter Eckersley c6bb119d43 Test perform_registration recursion 2015-11-16 17:52:06 -08: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 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
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
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 WarrenandPeter Eckersley 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
Peter Eckersley 510da48263 Merge pull request #1439 from joohoi/modmacro_fix
More robust way of detecting the mod_macro vhosts
2015-11-13 00:41:14 -08:00
Peter Eckersley 765f601d41 Merge pull request #1477 from joohoi/fix_1454_tests
Fix test broken by #1454 if nginx installation not present in system
2015-11-13 00:35:31 -08:00
Peter Eckersley c7b1bc8c29 Merge pull request #1485 from TheReverend403/patch-1
Update readme to reflect current commands
2015-11-13 00:34:37 -08:00
Peter Eckersley ac3c11b1c1 Merge pull request #1457 from letsencrypt/apache_rollback
Apache rollback
2015-11-13 00:25:37 -08:00
Peter Eckersley 5d9c32b583 Merge pull request #1483 from letsencrypt/absolute2
Absolute paths (fixes #836)
2015-11-13 00:22:23 -08:00
Lee Watson 0db3814c13 Update readme to reflect current commands
auth -> certonly
2015-11-13 08:15:09 +00:00
Peter Eckersley 3687197db8 Move user agent selection into client.py
Along the way refactoring revocation and recording of chosen plugins.
2015-11-12 19:52:32 -08:00
Brad Warren 31b984adc5 Test RenwerConfiguration 2015-11-12 18:34:46 -08:00
Brad Warren 82614df6f0 What do YOU think os.path.isabs(mock.MagicMock()) returns? 2015-11-12 18:30:37 -08:00