Sub-directory hosting instructions break certbot webroot certification challenge #339
Closed
Description
opened on May 20, 2023
The example code given here breaks certbot
when executing the web root challenge, as .well-known/acme-challenge
gets wrongly redirected to the blog instead of left alone.
Looking through the source code, it would seem this is more correct:
RedirectMatch "^\/\.well-known/(webfinger|nodeinfo|x-nodeinfo2)(.*)$" "\/blog\/\.well-known$1"
Metadata
Assignees
Labels
No labels
Activity