Question
Can I use Certbot with multiple domains pointing to Cloudflare using Homebrew?
Asked by: USER9826
78 Viewed
78 Answers
Answer (78)
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`.