Hi,
The certificate.cert and certificate.key under the owncert folder that I had installed old expired. I threw out the new certificate. But when I stop start it sees the old one.
Hey @Aksis_Selim ,
This belongs to deployments. I’ve moved your post.
You need to remove older certificates by removing this directory: /opt/openvidu/certificates/
.
After that, the certificates at /opt/openvidu/owncert
will be copied to /opt/openvidu/certificates/
on executing:
./openvidu start
or
./openvidu restart
Best Regards