Joona Hoikkala
3074ef996a
Refactored the argument and the code to use --domain instead of --domains, which was semantically incorrect
2015-11-10 12:29:08 +02:00
Joona Hoikkala
096c689fba
Added help text for -d flag
2015-11-10 12:03:15 +02:00
Peter Eckersley
d29ab2a523
Make final tweaks for landing #1421
2015-11-09 16:18:51 -08:00
Joona Hoikkala
a4b7d0d5c1
Making linter happy by removing the unused import
2015-11-08 22:44:32 +02:00
Joona Hoikkala
59b544be3b
Moved the validation to configurator
2015-11-08 22:26:01 +02:00
Joona Hoikkala
9077dfdbac
Fixed the messages
2015-11-08 21:46:57 +02:00
Joona Hoikkala
ee38585eb4
Refactored domain flag checks into their own helper function to clear space for future checks
2015-11-08 21:43:48 +02:00
Joona Hoikkala
c80e4c0f2f
Added comment to clarify FQDN regex
2015-11-08 21:14:12 +02:00
Joona Hoikkala
e63aaf7faf
Changed the checks to be more readable and better semantically
2015-11-08 21:08:50 +02:00
Joona Hoikkala
ae080349c5
Changed the errors import
2015-11-08 21:04:48 +02:00
Joona Hoikkala
d6a3286a67
Fixed the wildcard domain string match
2015-11-08 20:50:39 +02:00
Joona Hoikkala
2ac7a2a9ea
Check configuration sanity for domain flag
2015-11-08 20:23:01 +02:00
Jakub Warmuz
5e8ed2bbd2
--dvsni-port -> --tls-sni-01-port
2015-11-07 18:24:17 +00:00
Peter Eckersley
24651e6b3f
Handle py2.6 correctly ; be precise in documentation
2015-11-05 19:42:13 -08:00
Peter Eckersley
c0dd6e1dc8
Document --debug voodoo :)
2015-11-05 19:09:40 -08:00
Nav
b11e556ae7
Removing stray debug statements, fixes #1308
2015-11-04 00:03:44 +02:00
Brad Warren
d8f27118f8
Merge branch 'verb-arguments'
2015-11-02 17:36:45 -08:00
Jakub Warmuz
23d3c3b1e2
Rename --simple-http-port to --http-01-port
2015-11-01 11:01:23 +00:00
Peter Eckersley
e4b10f76f9
Delint
2015-10-30 14:59:30 -07:00
Peter Eckersley
fa7aed4d63
Ensure that mandatory flags are displayed under the relevant verb help topics
...
Closes : #996
In part our problem was trying to pick a single topic ("paths") for flags that
become essential in some cases. But we were also calling _paths_parser before
all the topic groups had been created.
2015-10-30 14:58:43 -07:00
Brad Warren
4e62a4bfe2
fixes #1227
2015-10-30 13:54:46 -07:00
Peter Eckersley
0d12ded6fe
Alias "everything" correctly
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
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
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
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
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
Peter Eckersley
e3d56b51c4
Fix nit.
2015-10-24 13:14:19 -07:00
root
9d92a4c4ae
Fix random "v" at bottom of file (stupid nano)
2015-10-24 20:38:50 +01:00
root
1cb787cefe
Remove TODO comment for current issue
2015-10-24 20:15:25 +01:00
root
0e395ba763
Close #1030
2015-10-24 19:57:24 +01:00
Peter Eckersley
ce32d87ad6
Document the requirement for SANs in CSRs if using --csr
2015-10-23 19:19:09 -07:00
Brad Warren
9ba4748974
Incorporated pde's feedback
2015-10-23 18:26:33 -07:00
Peter Eckersley
a567c0578f
Pass plugin errors back out to the user.
...
Closes : #971
2015-10-23 17:17:23 -07:00
Brad Warren
7b0f3b00f2
Removed subparsers
2015-10-23 16:49:38 -07:00
Brad Warren
e4d4b0d528
Quick doc fix
2015-10-23 14:48:40 -07:00
Brad Warren
2bedd57aa9
Merge branch 'master' into storage_paranoia
2015-10-22 13:01:20 -07:00
Brad Warren
e4a0eee662
Satisfied spacing OCD
2015-10-21 23:25:05 -07:00
Peter Eckersley
1c215d0c67
Sphinxify
...
also pythonic str instead of string
2015-10-21 23:10:55 -07:00