mirror of
https://git.coolaj86.com/coolaj86/greenlock-cli.js
synced 2025-02-22 11:18:05 +00:00
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