Simple single-command SSL reverse proxy with autogenerated certificates (LetsEncrypt, self-signed) A handy and simple way to add SSL to your thing running on a VM--be it your personal jupyter notebook or your team jenkins instance. ssl-proxy autogenerates SSL certs and proxies HTTPS traffic to an existing HTTP server in a single command.
Features
- With auto LetsEncrypt SSL certificates
- With auto self-signed certificates
- Simply download and uncompress the proper prebuilt binary for your system from the releases tab
- Build from source using Docker
- Build from source locally
- You must have Golang installed on your system along with make and dep
