Missing certificates on OBR server

  • KM03793239
  • 31-Mar-2021
  • 31-Mar-2021

This document has not been formally reviewed for accuracy and is provided "as is" for your convenience.

Summary

How to restore missing certificates from Keystore Content

Fix

We have run below on OBR server to restore the certificates:

ovcert -exporttrusted -file <filename> -ovrg server

ovcert -exportcert -file <filename> -ovrg server


ovcert -importtrusted -file <filename>

ovcert -importcert -file <filename>


!NOTE: In the instance, <filename> is the name with which you want to save the certificate.


Then, the output of “ovcert -list” was restored.