Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 696 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 696 Bytes

acme-reverseproxy

A multi-domain, TLS, reverse proxy that uses Let's Encrypt as the automatic CA.

Install

go get github.com/vbatts/acme-reverseproxy

Configure

To get started with a configuration file, do:

acme-reverseproxy gen config > config.toml

Then edit as needed.

Usage

This uses the default listener on :https/:443 so it will need privilege or to be inside a container for port mapping.

acme-reverseproxy srv --config ./config.toml

Good to know

As the certificates for the domains are issued once validated, the domains configured ought to be public facing so that Let's Encrypt can attest it.