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?
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!
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.
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