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:
-
--sslto force using a TLS client (autodetect from URL scheme or port 443) -
-k --insecure(matching curl's flags) onlistento enableInsecureSkipVerify -
--cacert <file>(matching curl) to specify a PEM format certificate to use as the root cert when working with self signed certs