We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, dns_cf save a single credential for all domains. It is perfectly fine if you manage all of them under the same account.
dns_cf
But as a website / host service provider, we may have domains under more than a single Cloudflare account. In this case, the auto renew will fail.
I suggest to save the credential per domain. Ideally, save inside .conf per domain is better than account.conf.
.conf
account.conf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently,
dns_cf
save a single credential for all domains. It is perfectly fine if you manage all of them under the same account.But as a website / host service provider, we may have domains under more than a single Cloudflare account. In this case, the auto renew will fail.
I suggest to save the credential per domain. Ideally, save inside
.conf
per domain is better thanaccount.conf
.The text was updated successfully, but these errors were encountered: