Hello,
I’m having some real issues with my setup, could someone help me out please ?
I have a fresh debian 10 server on which I have a working Jitsi Meet instance (e.g. meet.example.com). I followed the quick install guide to set it up, before installing other services. In order to have a valid certificate, I used the install-letsencrypt-cert.sh script.
After that, on the same server, I set up another Nginx server block for my personnal website (e.g. exemple com), which I validated with the following command:
sudo certbot --nginx -d exemple.com
(I’ve changed the default 443 port to 4444)
At first, everything seemed to work and both services are accessible over HTTPS. However my personnal website cannot be indexed. When I do a SSL Server Test, I get a certificate name mismatch. The domain name extracted form the certificate seems to be from the meet domain…
I’m wondering if my question is relevant on this forum. Installing first Jitsi configurated so much Nginx that i’m totally lost. Does anybody have some solutions, tricks or others to help me?
Thanks a lot in advance for your help guys