Skip to content

A simple Docker image for acme.sh that isn't complete shit

Notifications You must be signed in to change notification settings

spritsail/acme.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

acme.sh in Docker

acme.sh is an ACME protocol client written in sh for automatically issuing certificates from Let's Encrypt.

This is a compatible Docker image for running acme.sh that doesn't want to make me throw up. It should behave almost exactly the same as the "official" container, but open an issue if you think it doesn't

Usage

As a CLI

# issue a certificate
docker run --rm -it -v ~/certs:/acme.sh \
    spritsail/acme.sh --issue -d example.com --standalone
# issue a certificate using dnsapi
docker run --rm -it -v ~/certs:/acme.sh -e CF_Email=.. \
    spritsail/acme.sh --issue -d example.com --dns dns_cf ..

As a daemon

# start the daemon
docker run --rm -it -v ~/certs:/acme.sh \
    --name=acme.sh \
    spritsail/acme.sh daemon

About

A simple Docker image for acme.sh that isn't complete shit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published