Viewing Certificate Authority Version Details

View certificate authority (CA) version details.

    1. Open the navigation menu and click Identity & Security.
    2. Under Certificates, click Certificate Authorities.
    3. From the list of CAs in the compartment, click the name of the CA with the CA version that you want to view.

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

    4. Under Resources, click Versions.
    5. Under Versions, the Console displays the following information for each CA version:
      • Version Number: The version number assigned to the CA version.
      • Stage: The rotation state of the CA version. Rotation states indicate the relationship of the new certificate version to the previous certificate version, if any, and tell you what you can do with the certificate version.
      • Serial Number: The unique number assigned to the CA version by the CA that issued it.
      • Revocation Reason: The reason that the CA version was revoked, if it was revoked.
      • Not Valid Before: The date and time before which the CA version isn't yet valid.
      • Not Valid After: The date and time after which the CA version is no longer valid.
      • Created: The date and time when you initially created the CA version.
  • Use the oci certs-mgmt certificate-authority-version get command and required parameters to get a CA version's details:

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

    For example:

    oci certs-mgmt certificate-authority-version get --certificate-authority-id ocid1.certificateauthority.oc1.<region>.<unique_id> --version-number 2

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the GetCertificateAuthorityVersion operation to view CA version details.