Hi,
I’m using an invoicing app crater which requires to have a custom document root to $VH_ROOT/public_html/crater/public . Now when I first installed the app the SSL was working fine but now suddenly it stopped working. SSL is working fine on all the other domains and subdomains. As this is the only one with a different document root I’m assuming this is causing the issue. I tried to issue SSL from manage SSL and I get an email with failed to obtain SSL. After inspection of the access file, I found out failed the acme-challenge due to a 404 error. I even tried to manually add SSL with
- /root/.acme.sh/acme.sh --issue -d sub.domain.com -d www.sub.domain.com --webroot /home/sub.domain.com/public_html/crater/public
- acme.sh --install-cert --domain sub.domain.com --cert-file /etc/ssl/certs/cert.pem --key-file
- reboot
but with no luck. What am I doing wrong no idea please help.
Thank you