Question

How to add multiples domains in jitsi instance

I’m deploying an jitsi instance with one click app, and want to add more than one domain to my jitsi. I was trying to create a new site, and then point it to jitsi, but i’m stuck on certbot, when creating certificate it conflict with the domain created with the initial script. Is there one easy way to do all this?


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
May 16, 2022

Hello,

In order for certbot to work, your domain name needs to be specified in your Nginx Server Block as described in step 2 in this tutorial here:

https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-18-04

Let me know how it goes.

Best,

Bobby