Issue of Invalid Certificate of OpenVidu server

I am trying to deploy OpenVidu on Linux Ubuntu server using self-signed certificate. Issue is with OpenVidu server certificate it is not taking server generated certificate rather it is taking OpenVidu by default certificate.

I have followed each & every step given in https://openvidu.io/docs/deployment/deploying-ubuntu/ but to no avail.I think OpenVidu spring boot application is not taking jks file parameters because in log it gives

[INFO] 2020-03-27 22:09:35,179 [main] io.openvidu.server.config.OpenviduConfig - Checking configuration parameters: [openvidu.recording.composed-url, openvidu.recording.version, openvidu.webhook.events, openvidu.recording.path, openvidu.recording, kms.uris, openvidu.streams.video.min-send-bandwidth, openvidu.recording.autostop-timeout, openvidu.secret, openvidu.webhook, openvidu.cdr, openvidu.webhook.endpoint, openvidu.streams.video.max-recv-bandwidth, openvidu.recording.public-access, openvidu.cdr.path, openvidu.recording.notification, openvidu.streams.video.max-send-bandwidth, openvidu.webhook.headers, openvidu.streams.video.min-recv-bandwidth, openvidu.recording.custom-layout, openvidu.publicurl, coturn.redis.ip]

There is no mention of

  • server.ssl.key-store =/PATH/TO/YOUR_KEYSTORE_NAME.jks
  • server.ssl.key-store-password =value_provided_when_generating_jks
  • server.ssl.key-alias =YOUR_KEYSTORE_ALIAS

Can you please help me? Also Video does not work