Skip to content

htom78/certbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

camcamfresh/certbot

A docker image for my unraid server that retrieves and renews wildcard SSL certificates for multiple TLDs.

Environment variables specified in Dockerfile must be set prior to run. example.com is reserved and automatically rejected by certbot, so this container will fail without the proper settings.

docker run -e DOMAINS='*.example.com,*.example.org' -e EMAIL='email@example.com' -v /luadns.ini:/config/luadns.ini camcamfresh/certbot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.6%
  • Dockerfile 40.4%