Hi Team,
I’m trying to setup open vidu server with proper ssl certificate from digicert. And little stumped
Below are the details
- OnPrem deployment.
Not using docker.
Version 2.15.0 - Folder structure is
-Media
—owncert
—openvidu
——openvidu-server
———-security/main/resource/application.properties - In application.properties I have
server.ssl.key-store=
server.ssl.key-store-password=
server.ssl.key-store-type=
Certificate_Type=owncert - I go to path ‘media/openvidu/openvidu-server/‘ and then run ‘mvn exec:Java’
Problem I am facing:
Error: Failed to load key store type [] with path [file:/media/openvidu/openvidu-server/] due to [ not found]
Few things:
- I am not so clear where to place the owncert folder
- Not sure if my config entries are correct. Because I haven’t specified my key and cert filename any we’re. not sure how app takes it.
- For now I am executing app like ‘mvn exec:Java’ not sure if thats correct way to do
If someone can help me with what I am doing wrong or any document which talks about how to use owncert in detailed way could help.
Highly approachable ur help
Cheers