Hi there, I’m trying to get up and running with OpenVidu. So far, I deployed a test OpenVidu server to Amazon following the instructions located here: https://openvidu.io/docs/deployment/deploying-aws/
My first test server used the self-signed SSL certificate setting. For testing this works but for a production app clearly this won’t work. So I setup a new test server and this time I selected the Let’s Encrypt option for the SSL certificate setting.
However, here’s where I am running into issues. I see this message on the tutorial page:
If you are using LET’S ENCRYPT CERTIFICATE , of course you will need to register your ElasticIP in your DNS hosting service and associate it with the fully qualified domain name. Until your domain name is not accessible through the public IP you chose, this deployment won’t work
Can someone elaborate on what exactly this means? I’ve created the Elastic IP in AWS and added that IP address to the OpenVidu configuration when I setup the server.
But what exactly am I supposed to do with this Elastic IP address now? Am I understanding this correctly that I should be able to use the Elastic IP address to reach my site?
Thanks in advance for any help!