I'm looking for the correct root to use for Jetbrains Hub, UpSource & YouTrack with LetsEncrypt. I have all three of these located in their own folder in /opt/
With certbot, I am using the following command to generate a certificate:
certbot certonly --webroot -w <root> -d hub.example.com
I assumed the root would be /opt/hub/apps/hub/web
yet I get an error when certbot is trying to locate the certificate in the .well-known
folder indicating the root is incorrect.
I'd rather not create a "fake" root in /var/www/jetbrains
and keep everything in their own folder if possible.
(I could not use the tags jetbrains-hub
youtrack
& upsource
as they do not exist and I do not have enough reputation, if anyone would be so kind, thank you).