Tiny update to Cloudflare example description

master
Deco 2025-06-29 12:24:12 +08:00
parent 0ba87839de
commit 549f0e6d11
1 changed files with 1 additions and 1 deletions

@ -208,7 +208,7 @@ Once you have the token, you must provide it to acme.sh by setting the environme
You must also specify either the ID of a single zone (via `CF_Zone_ID`) or, if you are planning to issue ACME DNS challenges for multiple domains, the ID of the account to which all of the zones belong to (via `CF_Account_ID`). You can find the Zone ID and the Account ID on the right side of the "Overview" page of any zone. For example, if you have `example.com` on your Cloudflare account, on the "Account Home" page, click `example.com` to go its "Overview" page, then on the right side under "API" you will see "Zone ID" and "Account ID".
```sh
# For single or multiple domains within the same Cloudflare account
# For a single domain or multiple domains within the same Cloudflare account
export CF_Token="zfNp-Xm0VhSaCNun7dkLzwnw0UN7FNjaMurUZ8vf"
export CF_Account_ID="763eac4f1bcebd8b5c95e9fc50d010b4"
./acme.sh --issue --dns dns_cf -d example.com -d '*.example.com'