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.
The Versions list 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> [OPTIONS]For example:
oci certs-mgmt certificate-version get --certificate-id ocid1.certificate.oc1.<region>.<unique_ID> --version-number 3For 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.