I was having ssl issues and after following your SSL troubleshooting guide at How to fix SSL issues in CyberPanel - Docs - CyberPanel Community I see none of my sites have context /.well-known/acme-challenge under vhost config
full code:
context /.well-known/acme-challenge {
location /usr/local/lsws/Example/html/.well-known/acme-challenge
allowBrowse 1
rewrite {
}
addDefaultCharset off
phpIniOverride {
}
}
Should I manually add that to vhost config of every site hosted?
If that’s the case, an automated tool would be great.

