Hi
can I save lets encrypt in .txt or any other format
Original http://yourdomain/.well-known/acme-challenge/abc123
Instead of
http://yourdomain/.well-known/acme-challenge/abc123.txt
Hi
can I save lets encrypt in .txt or any other format
Original http://yourdomain/.well-known/acme-challenge/abc123
Instead of
http://yourdomain/.well-known/acme-challenge/abc123.txt
Answering your question literally: sure, why not, you can save any file in any format you want.
Answering your question more to what you actually meant to ask: probably not, Let's Encrypt will always (start to) request the original filename. While Let's Encrypt follows redirects, I'm not sure if it will redirect to other filenames too.
Edit: looking at the Boulder source code
it seems Boulder just uses the path from the redirect.. So if you somehow manage to redirect the filename in the request without an extension to a filename with extension on the webserver level, then it should work I guess.
Which web server are you using?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.