So when I initially set up passbolt, I didn’t have a domain to connect it to, so for the Let’s Encrypt config page I typed in the IP address. Currently, passbolt works on the IP address as intended, now I’m trying to connect my domain to passbolt.
I ran sudo dpkg-reconfigure passbolt-ce-server
Got this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certificate not yet due for renewal
Deploying certificate
Successfully deployed certificate for subdomain.domain.com to /etc/nginx/sites-enabled/default
Congratulations! You have successfully enabled HTTPS on https://subdomain.domain.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you like Certbot, please consider supporting our work by:
* Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
* Donating to EFF: https://eff.org/donate-le
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
=====================================================================
Well done! Visit https://subdomain.domain.com to finish installation
=====================================================================
I go to my website and see the default Welcome to nginx! page, the one that’s located in /var/www/html/index.nginx-debian.html. I ran nslookup on my website and it points to the right IP.
I just need it show up passbolt, instead of the nginx welcome page
How do I do that?