Updated 2023-10-12

Viewing and Saving Certificate Details

  1. SSH to the first master node (mn0) of the ODH cluster node as opc user.
    Note

    You can view certificates from any node of the cluster.
  2. Run the following command.
    sudo bds_cert_util --view

    The certificate details including validity start and end date are displayed.

  3. To save the certificate details in a file, run the following command.
    sudo bds_cert_util --view  --storeCertDetail <folderPath>

    The certificate details including validity start and end date are stored in the <folderPath>/cert_details.out file.

Updated 2023-10-12