Listing CA Bundles

List all CA bundles that match the specified parameters.

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

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

  • Use the oci certs-mgmt ca-bundle list command and required parameters to list all CA bundles:

    oci certs-mgmt ca-bundle list --all
    Or, to list all CA bundles in a particular compartment, open a compartment and run oci certs-mgmt ca-bundle list:
    oci certs-mgmt ca-bundle list --compartment-id <compartment_OCID>

    For example:

    oci certs-mgmt ca-bundle list --compartment-id ocid1.compartment.oc1..<unique_id>

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

  • Run the ListCaBundles operation to list CA bundles.