Skip to content

connorc0405/certbot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This image bulk-fetches certificates from LetsEncrypt from a domain list. See this example compose config:

certbot:
    image: certbot:latest
    build: ./certbot
    volumes:
      - /path/to/domains.txt:/domains.txt
      - /path/to/config:/config
      - /path/to/work:/work
      - /path/to/logs:/logs
      - /path/to/aws_credentials:/root/.aws/config
    environment:
      - EMAIL=<your_email>
      - REPEATING=y  # 'y' or anything else for No
    restart: always

About

Dockerized Certbot client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published