HI, I have the following code set up in my CyberPanel vhost.conf file:
How would I modify this to allow Letsencrypt to perform the .well-known/acme-challenge fetch? (Basically to remove basic auth for that route)?
Thank you in advance for any help.
Code:
# START-HTTP-AUTH
context / {
realm ProtectedArea
}
realm ProtectedArea {
userDB {
location conf/vhosts/<sitename>/htpasswd
}
}
# END-HTTP-AUTH
Thank you in advance for any help.