gole/README.md

14 lines
389 B
Markdown
Raw Permalink Normal View History

2021-11-24 20:46:37 +00:00
# Certbot Google
2021-10-30 00:05:59 +00:00
2021-11-24 20:46:37 +00:00
This container wraps the dns-google certbot container with an additional
2021-10-30 00:05:59 +00:00
script to help with requesting new domains: [new-domain](./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
2021-11-24 20:46:37 +00:00
`/root/google-cloud-key.json`|Needed for authentication with GCP
2021-10-30 00:05:59 +00:00