Generate Let's Encrypt SSL Certificates for Google DNS from Mac

AH
Ahmad Lukman Hakim

Engineer, Jakarta

# 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.

gcp

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

© 2026 LUKMANLAB

A special thanks for the design inspiration from mas Nur Praditya

Terms & Conditions