A little https proxy with no frills for local development. Generates a self-signed certificate on-demand.
$ brew install mattrobenolt/stuff/https
$ curl -sSL https://github.com/mattrobenolt/https/releases/download/0.1.0/https-darwin-amd64 > /usr/local/bin/https && chmod +x /usr/local/bin/https
$ go get github.com/mattrobenolt/https
$ https 8080
$ https -host=example.dev 9000
$ https -listen=:8888