OwnCert: Folder path and Key Type

Hi Team,
I’m trying to setup open vidu server with proper ssl certificate from digicert. And little stumped :slight_smile:

Below are the details

  1. OnPrem deployment.
    Not using docker.
    Version 2.15.0
  2. Folder structure is
    -Media
    —owncert
    —openvidu
    ——openvidu-server
    ———-security/main/resource/application.properties
  3. In application.properties I have
    server.ssl.key-store=
    server.ssl.key-store-password=
    server.ssl.key-store-type=
    Certificate_Type=owncert
  4. 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:

  1. I am not so clear where to place the owncert folder
  2. 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.
  3. 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

Thank you team. After a little bit of reading the documents. I was able to setup ssl with local deployment. I just converted pen file to jks and hosted the app by specifying Jks file path in key-store properties.

Thanks