A Docker container wrapping the dns-digitalocean container from certbot with convenience scripts
William Brawner
1a34fcba2d
The Python script was swallowing the input and output and causing it to stall, so instead of learning more Python to make it work, I opted to hack together a shell script that accomplished the same task. |
||
---|---|---|
Dockerfile | ||
new-domain | ||
README.md | ||
renew |
Certbot DigitalOcean
This container wraps the dns-digitalocean 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 |
/root/digitalocean.ini |
Needed for authentication with DO |