LiteSpeed NodeJS SSL config

#1
I am running litespeed nodejs and trying to setup SSL with certbot, following the directions here: https://docs.litespeedtech.com/cloud/images/nodejs/#how-do-i-use-an-express-app-on-this-image

Those directions tell you to use
Code:
certbot certonly --webroot -w /var/www/html/ -d example.com -d www.example.com
but reports back that /var/www/html doesn't exist. I checked and I don't see it either on this system. I checked through some forum entries and the web to try to move forward. I tried using what I think is my webroot - /usr/local/lsws/uv-voters but I get more issues when trying to do that, so I need to know what the actual webroot is. The installed example site is located at /usr/local/lsws/Example, so I tried to follow a similar pattern for my other virtual host, just now sure where the webroot is and it's not the same as listed in the docs referenced above (/var/www/html/). Any help would be great!
 
Top