Listing Certificate Versions

View a list of certificate versions for certificates managed through the Certificates service.

    1. Open the navigation menu and click Identity & Security.
    2. Under Certificates, click Certificates.

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

    3. From the list of certificates in the compartment, click the name of the certificate that you want to view.
      Under Versions, the Console displays a list of certificate versions for the selected certificate.
  • Use the oci certs-mgmt certificate-version list command and required parameters to list certificate versions for a given certificate:

    oci certs-mgmt certificate-version list --certificate-id <certificate_OCID>

    For example:

    oci certs-mgmt certificate-version list --certificate-id ocid1.certificate.oc1.<region>.<unique_ID>

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

  • Run the ListCertificateVersions operation to list certificate versions for a given certificate.