Skip to content

daohoangson/docker-acme.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is deprecated. Use the official image neilpang/acme.sh for better support.

docker pull xfrocks/acme.sh

Lightweight acme.sh container, about 10MB in image size.

Issue a certificate with CloudFlare

  docker run --rm -v "/path/for/acme:/acme" \
    -e CF_Key="xxx" \
    -e CF_Email="[email protected]" \
    xfrocks/acme.sh \
      --issue \
      --dns dns_cf \
      --domain "domain.com" --domain "www.domain.com"

Renew certificates

  docker run --rm -v "/path/for/acme:/acme" xfrocks/acme.sh --renewAll

See our examples for more.

About

Lightweight acme.sh container (Alpine+acme.sh)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages