Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 418 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 418 Bytes

docker-certbot

A client for Let's Encrypt in docker based on alpine.

Usage:

docker run -it \
           --rm \
           --net host \
            -v /etc/letsencrypt:/etc/letsencrypt \
            -v /var/lib/letsencrypt:/var/lib/letsencrypt \
            gzm55/certbot certonly --standalone --text -d xxx.com "$@"

Exposed ports

80, 443

Volumes

  • /etc/letsencrypt
  • /var/lib/letsencrypt