A certbot container with a convenience script for adding new domains
Find a file
2021-11-24 10:22:17 -07:00
.github/workflows Add github workflow to create docker image 2021-11-24 10:11:04 -07:00
Dockerfile Increase verbosity of logging and log to stderr 2021-11-24 10:09:45 -07:00
new-domain Fix script runtime path 2021-11-24 10:19:17 -07:00
README.md Initial commit 2021-11-24 10:01:49 -07:00
renew Add executable permissions to renew script 2021-11-24 10:22:17 -07:00

Certbot

This container wraps the certbot container with an additional script to help with requesting new domains: new-domain.

When using, make sure to mount the following folders:

Mount Note
/etc/letsencrypt Used to store requested certs
/var/lib/letsencrypt Needed by LE
/var/www/html/.well-known Needed for domain verification, needs to be the same directory as served by the web server