2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock-cli.js synced 2025-02-22 03:08:04 +00:00

12 Commits

Author SHA1 Message Date
AJ ONeal
61a8e19789 show error message when there are no results 2016-01-01 14:15:24 -08:00
David Siegel
adc31d3bd6 Fix port number command line arguments
This fixes issues with the --tls-sni-01-port and --http-01-port command line arguments:

1. Treat the values as strings, not booleans
2. If a single number is given the cli module still returns a number. As a work-around we coerce to string.
3. Last but not least fix a typo: http01Ports vs. http01Port
2015-12-28 17:13:08 +01:00
d66fd62717 :conf -> :config 2015-12-20 03:21:53 +00:00
AJ ONeal
1d89fb42cc better error handling 2015-12-19 22:26:46 +00:00
AJ ONeal
2360fc8222 ready for bump 2015-12-17 09:16:43 +00:00
AJ ONeal
2b2c9a2081 updates 2015-12-17 09:14:33 +00:00
AJ ONeal
c12a35124a seems to all work 2015-12-16 12:51:14 +00:00
AJ ONeal
b83b665a1e updates, should all work 2015-12-16 12:42:04 +00:00
AJ ONeal
e55a206973 standalone works 2015-12-16 12:27:23 +00:00
AJ ONeal
23b74e0609 stubs 2015-12-16 11:43:30 +00:00
AJ ONeal
4b6dff174e flags, flags, flags 2015-12-16 11:21:14 +00:00
AJ ONeal
ecb0bd8ed2 copy python's arguments 2015-12-16 11:01:10 +00:00