Tiny Let's Encrypt enabled reverse proxy
To run the proxy just run go-acme-proxy --port 8080
to add https to the service running at http://localhost:8080.
Use --author
to add the mail used to register this service on let's encrypt.
If you want to use it for debugging, development.
Just get it using go go get github.com/tawalaya/go-acme-proxy
and run it with $GOPATH/bin/go-acme-proxy
. You can also download binary's form the release tab.
- Go Lang 1.10+
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Sebastian Werner - Initial work - tawalaya
See also the list of contributors who participated in this project.
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details