Trying to implement an Azure Application Gateway to allow for additional scaling across multiple OVP Nodes. Trying to understand where I can get the appropriate certificate from the initial OVP Node to allow for associated deployment into the Azure Application Gateway. We are using Letsencrypt at present - for production deployment we will be looking for a full CA deployment, but at present, attempting to resolve this issue to prove we can scale.
Hi @IanPounder. Well, OV is intended to use nginx and the certificates configured on it. I don’t think you can use a letsencrypt certificte in your Azure Application Gateway. I never used Azure Application Gateway, but maybe you can configure a wildcart certificate on it (something like loadbalancer.domain.com, and use the same certificate in your OpenVidu instances with subdomains ov1.domain.com, ov2.domain.com. That maybe could do the work. But I did not tested, it could not work.