Skip to content

elthariel/acme-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

acme-helper

A tiny http server that either serves an ACME http-01 request or redirects to the requested URL but using the https protocol.

Usage

To start acme-helper just provides a folder to store the acme challenges (i.e. .well-known):

$> acme-helper /path/to/.well-known

Docker image

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

About

Server ACME challenge or redirect to https

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published