HI, I have the following code set up in my CyberPanel vhost.conf file:
# START-HTTP-AUTH
context / {
realm ProtectedArea
}
realm ProtectedArea {
userDB {
location conf/vhosts/<sitename>/htpasswd
}
}
# END-HTTP-AUTH
How would I modify this to allow Letsencrypt to perform the...