Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.08 KB

go-acme-proxy

Tiny Let's Encrypt enabled reverse proxy

Usage

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.

Getting Started

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.

Prerequisites

  • Go Lang 1.10+

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Sebastian Werner - Initial work - tawalaya

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details