Viewing Certificate Version Details

View certificate version details to learn more about a certificate version.

Viewing certificate version details can help you understand the current state of a certificate version and help you decide what to do with it.

    1. Open the navigation menu and click Identity & Security.
    2. Under Certificates, click Certificates.
    3. From the list of certificates in the compartment, click the name of the certificate for which you want to view certificate version details.

      To find a certificate in a different compartment, under List scope, choose a different compartment.

      Under Versions, the Console displays the following information about each certificate version:
      • Version Number: The version number automatically assigned to the certificate version by the issuing certificate authority (CA).
      • Stage: Whether the certificate version is the latest version, current version, previous version, or deprecated version.
      • Serial Number: A string automatically assigned to the certificate version by the issuing CA that uniquely identifies the certificate version.
      • Revocation Reason: If a certificate has been revoked, the reason specified for its revocation.
      • Not Valid Before: The date and time before which the certificate version isn't valid.
      • Not Valid After: The date and time after which the certificate version isn't valid.
      • Created: The date and time when the certificate version was created.
  • Use the oci certs-mgmt certificate-version get command and required parameters to view certificate version details:

    oci certs-mgmt certificate-version get --certificate-id <certificate_OCID> --version-number <version_number>

    For example:

    oci certs-mgmt certificate-version get --certificate-id ocid1.certificate.oc1.<region>.<unique_ID> --version-number 3

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the GetCertificateVersion operation to view a certificate version's details.