A Docker container wrapping the dns-google container from certbot with convenience scripts
.github/workflows | ||
Dockerfile | ||
new-domain | ||
README.md | ||
renew |
Certbot Google
This container wraps the dns-google 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/google-cloud-key.json |
Needed for authentication with GCP |