Listing Certificate Authority Versions

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

    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 for which you want to view CA versions.

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

    4. Under Resources, click 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.