Viewing CA Bundle Contents

View a CA bundle's contents to see the root certificate and intermediate certificates that comprise the certificate chain.

    1. On the CA Bundles list page, select the name of the CA bundle that you want to view. If you need help finding the list page, see Listing CA Bundles.

      To find a CA bundle in a different compartment, under List scope, select a different compartment.

    2. Select View Content. The Console displays the contents of the bundle, which include all the certificates in the bundle.
  • Use the oci certificates ca-bundle get command and required parameters to view a CA bundle's contents:

    oci certificates ca-bundle get --ca-bundle-id <CAbundle_OCID>

    For example:

    oci certificates ca-bundle get --ca-bundle-id ocid1.cabundle.oc1.<region>.<unique_id>

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

  • Run the GetCaBundle operation to view a CA bundle's contents.