https://github.com/vbatts/acme-reverseproxy
A multi-domain, TLS, reverse proxy that uses Let's Encrypt (https://letsencrypt.org/) as the automatic CA.
https://github.com/vbatts/acme-reverseproxy
golang letsencrypt multihost reverse-proxy
Last synced: 12 months ago
JSON representation
A multi-domain, TLS, reverse proxy that uses Let's Encrypt (https://letsencrypt.org/) as the automatic CA.
- Host: GitHub
- URL: https://github.com/vbatts/acme-reverseproxy
- Owner: vbatts
- License: apache-2.0
- Created: 2017-08-14T20:01:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T20:33:44.000Z (almost 4 years ago)
- Last Synced: 2025-06-29T07:46:06.599Z (12 months ago)
- Topics: golang, letsencrypt, multihost, reverse-proxy
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# acme-reverseproxy
A multi-domain, TLS, reverse proxy that uses [Let's Encrypt](https://letsencrypt.org/) as the automatic CA.
## Install
```shell
go get github.com/vbatts/acme-reverseproxy
```
## Configure
To get started with a configuration file, do:
```shell
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.
```shell
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.