You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently use the export method, but any reason why acme.sh can't make CF_Zone_ID a per domain config file setting variable? It's very rare that a Cloudflare domain zone would change it's CF_Zone_ID anyway and would help for cronjob auto renewals.
According to https://github.com/acmesh-official/acme.sh/wiki/dnsapi#1-cloudflare-option you can set it as an environmental variable
export CF_Zone_ID="xxxxxxxxxxxxx"
. OtherwiseCF_Zone_ID
is saved as as a global variable in~/.acme.sh/account.conf
I currently use the export method, but any reason why acme.sh can't make
CF_Zone_ID
a per domain config file setting variable? It's very rare that a Cloudflare domain zone would change it'sCF_Zone_ID
anyway and would help for cronjob auto renewals.And would help #3779 too?
The text was updated successfully, but these errors were encountered: