Listing Certificate Authority Versions

View a list of versions of a given certificate authority (CA) that you manage by using the Certificates service.

    1. On the Certificate Authorities list page, select the name of the CA for which you want to view CA versions. 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.

    2. Under Resources, select Versions.
      Under Versions, the Console displays a list of CA versions for the selected CA.
  • Use the oci certs-mgmt certificate-authority-version list command and required parameters to list CA versions for a given CA:

    oci certs-mgmt certificate-authority-version list --certificate-authority-id <CA_OCID>

    For example:

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

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

  • Run the ListCertificateAuthorityVersions operation to list CA versions.