Viewing and Saving Certificate Details
-
SSH to the first master node (
mn0
) of the ODH cluster node asopc
user.Note
You can view certificates from any node of the cluster. -
Run the following command.
sudo bds_cert_util --view
The certificate details including validity start and end date are displayed.
-
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
.