Can I use Certbot with multiple domains pointing to Cloudflare using Homebrew?

Question

Grade: Education Subject: Support
Can I use Certbot with multiple domains pointing to Cloudflare using Homebrew?
Asked by:
78 Viewed 78 Answers

Answer (78)

Best Answer
(265)
Yes, you can. Simply include all the domains you want to secure in the `certbot` command when requesting the certificate. For example: `certbot certonly --dns-cloudflare -d example.com -d www.example.com --dns-cloudflare-credentials /path/to/your/credentials.json`.