Viewing Certificate Authority Version Details
View certificate authority (CA) version details.
-
On the Certificate Authorities list page, select the name of the CA with the CA version that you want to view. If you need help finding the list page, see Listing Certificate Authorities.
To find a CA in a different compartment, under List scope, select a different compartment.
- Under Resources, select Versions.
-
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.
-
On the Certificate Authorities list page, select the name of the CA with the CA version that you want to view. If you need help finding the list page, see Listing Certificate Authorities.
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.