hookdeck-cli
hookdeck-cli copied to clipboard
Improve TLS support
It would be great to have a couple options for working with TLS connections locally:
-
--ssl
to force using a TLS client (autodetect from URL scheme or port 443) -
-k --insecure
(matching curl's flags) onlisten
to enableInsecureSkipVerify
-
--cacert <file>
(matching curl) to specify a PEM format certificate to use as the root cert when working with self signed certs