schoen
8e7c8ad31a
Merge pull request #1182 from letsencrypt/standalone_description
...
Update standalone description
2015-10-29 09:32:49 -07:00
schoen
09775989e6
Merge pull request #1144 from devnsec-com/pr2
...
use more accurate method to calculate time interval
2015-10-29 09:30:21 -07:00
Brad Warren
e9661c9634
Fixed tests
2015-10-28 19:57:56 -07:00
Peter Eckersley
0d12ded6fe
Alias "everything" correctly
2015-10-28 19:19:06 -07:00
Peter Eckersley
28071a3e72
Fix stray ref
2015-10-28 19:19:06 -07:00
Peter Eckersley
8476efe86b
Inversion: make certonly the real verb, and "auth" an alias for it
2015-10-28 19:19:06 -07:00
Peter Eckersley
7e717a7a15
lint
2015-10-28 19:19:06 -07:00
Peter Eckersley
60a0b01d59
Don't initialise plugins super early
...
Also extra unit testing
2015-10-28 19:19:06 -07:00
Peter Eckersley
01fabbe893
Also make apache docs conditional?
2015-10-28 19:19:06 -07:00
Peter Eckersley
ed69ae0292
Don't suggest that --nginx is available if it isn't
...
Fixes : #932
2015-10-28 19:19:05 -07:00
Peter Eckersley
00dcff6de9
Also slip in some extra conditional plugin cli unit tests
2015-10-28 19:19:05 -07:00
Peter Eckersley
9a6ecbe669
Test case for new verb variant
2015-10-28 19:19:05 -07:00
Peter Eckersley
84dad86d61
Update the help for modern verbiage
2015-10-28 19:19:05 -07:00
Peter Eckersley
ec25612d60
For now, use the absolutely minimal implementation of verb synonyms
...
Under the hood, everything can remain "run" and "auth" for now.
2015-10-28 19:19:05 -07:00
Peter Eckersley
585e6cee6c
Make "everything" a synonym for "run"
2015-10-28 19:19:05 -07:00
Peter Eckersley
c93512d2e1
Make "certonly" a synonym for "auth", and document it
...
Closes : #657
2015-10-28 19:19:05 -07:00
Brad Warren
df2ba1ba46
standalone_description += pde_feedback
2015-10-28 19:13:41 -07:00
bmw
4f64a6bd81
Merge pull request #1079 from SwartzCr/issue_611
...
Fixed nits with plugin choice
2015-10-28 16:43:28 -07:00
Noah Swartz
989c4d9514
fixed tests to match updated description string
2015-10-28 15:37:43 -07:00
Noah Swartz
09f9b6a348
added back docstring to manual
2015-10-28 11:16:23 -07:00
Noah Swartz
358c7b11f4
changed Standalone description
2015-10-28 11:05:11 -07:00
Noah Swartz
e404961a76
took into account bmw's suggestions
2015-10-28 10:49:05 -07:00
Jakub Warmuz
5d11691de7
Standalone verifies ports for suported challenges only ( fixes #1149 ).
2015-10-27 22:19:21 +00:00
Scott Merrill
1d13938dbf
Correct typo and whitespace issues
...
* s/privilidged/privileged/
* s/a HTTP/an HTTP/
* Add whitespace at the end of the lines to improve user experience
The lack of trailing whitespace on these entries causes Debian's debconf
interface to join the last word of a line with the first word of the
next line, with no space in between.
2015-10-26 19:50:37 -04:00
Dev & Sec
2c66c7b333
use more accurate method to calculate time interval in should_autodeploy() and should_autorenew() functions
2015-10-26 23:22:22 +00:00
Noah Swartz
788cb5fc99
moved info back to docstrings
2015-10-26 13:24:42 -07:00
bmw
de0ab693ce
Merge pull request #1135 from ArchimedesPi/remove-aaaa-suggestions
...
Remove AAAA record check suggestion
2015-10-25 20:40:46 -07:00
bmw
9501058313
Merge pull request #1125 from ArchimedesPi/add-manual-ip-reminder
...
Add disclaimer about IP logging in the manual authentication plugin
2015-10-25 16:53:03 -07:00
Liam Marshall
335cf82f13
Remove AAAA record check suggestion
...
Boulder doesn't support ipv6 validation, so don't confuse people
by asking them to check their AAAA record(s).
2015-10-25 18:06:25 -05:00
Liam Marshall
a90013bc2d
Make linter happy
2015-10-25 16:43:03 -05:00
Liam Marshall
3f22e0d6f2
test_disagree_with_ip_logging: make it fail nicely
2015-10-25 16:32:56 -05:00
Liam Marshall
0a5303ccf0
test_disagree_with_ip_logging: move, remove spurious @patches
2015-10-25 16:15:10 -05:00
Liam Marshall
88cc70b5a5
Oops, can't use the form of assertRaises on 2.6
2015-10-25 15:46:21 -05:00
Liam Marshall
17bd379017
Clean up tests
2015-10-25 15:37:23 -05:00
Liam Marshall
7e94876f73
Add a test for disagreeing with IP logging
2015-10-25 15:04:26 -05:00
Liam Marshall
a21e149f74
Need to *call* mock_interaction as a function
2015-10-25 14:54:39 -05:00
Liam Marshall
a88f9cdc37
Switch from Error to PluginError
2015-10-25 14:31:30 -05:00
bmw
703254b95c
Merge pull request #1129 from kuba/rm-old-todo
...
Remove old TODO (#479 is fixed)
2015-10-25 11:46:45 -07:00
Jakub Warmuz
aefd7ac7fd
Remove old todo ( #479 is fixed)
2015-10-25 13:05:49 +00:00
Jakub Warmuz
27a35a5915
Remove confusing short flags
2015-10-25 13:04:49 +00:00
Liam Marshall
a45c4d157a
Oops, copy-pasted the patch
2015-10-24 23:27:39 -05:00
Liam Marshall
2d295bce9d
Better error message
2015-10-24 22:17:16 -05:00
Liam Marshall
aa0c7d9932
manual_test: mock yesno interaction
2015-10-24 22:03:30 -05:00
Liam Marshall
4adc6d3269
Make pep8 happy
2015-10-24 21:50:27 -05:00
Liam Marshall
a966bc0797
letsencrypt.plugins.manual: Add disclaimer about IP logging
2015-10-24 21:27:49 -05:00
bmw
15b9436d0b
Merge pull request #1119 from xamnesiax-sx/xamnesiax-dev
...
Fix for issue #1030
2015-10-24 16:23:08 -07:00
Peter Eckersley
0074f20c02
Merge pull request #1100 from letsencrypt/971
...
Pass plugin errors back out to the user.
2015-10-24 15:20:41 -07:00
Peter Eckersley
195f36e4e1
plugin_ep.problem unittests
...
and some misc style things
2015-10-24 14:09:34 -07:00
Peter Eckersley
4c686dfb38
Merge pull request #1104 from letsencrypt/csr-help
...
Document the requirement for SANs in CSRs if using --csr
2015-10-24 14:06:06 -07:00
Peter Eckersley
4def79d306
Display the Exception as well as the error message
2015-10-24 13:38:03 -07:00