Hi, is it possible to use an owncert with the openvidu-server-kms docker container?
It seems to ignore anything and always only use selfsigned.
Hi, is it possible to use an owncert with the openvidu-server-kms docker container?
It seems to ignore anything and always only use selfsigned.
openvidu-server-kms docker container is only suitable for development environments. You are not supposed to use it in any kind of production environment. Why do you want to provide a custom valid certificate to the development container?
We used an older version in the past where it was possible to supply your own certificates as jks files. I was just wondering if I was doing something wrong, or if this was by design.
Yeah, it is by design. The container is no longer suitable for other thing than developing your OpenVidu application in your LAN network. So certificates don’t really make sense in that kind of environment.
Regards.