The documentation says here that the webroot plugin creates multiple files in the ${webroot-path}/.well-known/acme-challenge
directory (for purposes of the "http-01" test).
The webroot plugin works by creating a temporary file for each of your requested domains in
${webroot-path}/.well-known/acme-challenge
. Then the Let’s Encrypt validation server makes HTTP requests to validate that the DNS for each requested domain resolves to the server running certbot.
But what exactly are their filenames and extensions ?
I would need to put them in my CDN's "do not cache" list.
Thank you!