A tiny http server that either serves an ACME http-01 request or redirects to the requested URL but using the https protocol.
To start acme-helper
just provides a folder to store the acme
challenges (i.e. .well-known
):
$> acme-helper /path/to/.well-known
A distroless docker image is
available. The
.well-known
acme challenges are served from the /well-known
folder
in the image.
To use it, run:
$> docker run -v /your/acme/well-known:/well-known elthariel/acme-helper