Generate Let's Encrypt SSL Certificates for Google DNS from Mac
AH
Ahmad Lukman Hakim
Engineer, Jakarta
publishedMinggu, 18 Februari 2024
updatedSabtu, 16 Mei 2026
# cloudflare# security
For you who want to generate Let's Encrypt SSL Certificates easily and faster which is the domain management in the Google DNS.

brew install certbot
pip3 install certbot-dns-google
gcloud config set project <gcp_project>
certbot certonly \
--dns-google \
--logs-dir log/ \
--work-dir . \
--config-dir . \
-d internal.lukmanlab.com