Skip to content

mattrobenolt/https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$ https

A little https proxy with no frills for local development. Generates a self-signed certificate on-demand.

installation

via homebrew

$ brew install mattrobenolt/stuff/https

via curl

$ 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

via go

$ go get github.com/mattrobenolt/https

usage

$ https 8080
$ https -host=example.dev 9000
$ https -listen=:8888