Question
How can I validate that my Cloudflare configuration is working without actually deploying a certificate?
Asked by: USER8521
104 Viewed
104 Answers
Responsive Ad After Question
Answer (104)
You can test your Cloudflare integration by using a tool that simulates the DNS challenge. Traefik doesn't provide a built-in testing mechanism, but you can use tools like `nslookup` or `dig` to check that the DNS records that Traefik is trying to create are able to be created. If you are able to see the temporary DNS records then the configuration is most likely correct.