Viewing a CA Bundle's Details

View a CA bundle's details to see information about the file that contains the root and intermediate certificates in a certificate chain.

CA bundle details include any bundle associations.

    1. Open the navigation menu and click Identity & Security.
    2. Under Certificates, click CA Bundles.
    3. From the list of CA bundles in the compartment, click the name of the CA bundle that you want to view.

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

    4. The Console displays the following information:
      • Name: The name of the CA bundle.
      • State: The current lifecycle state of the CA bundle.
      • OCID: The unique, Oracle-assigned ID of the CA bundle.
      • Created: The date and time when you initially created the CA bundle.
      • Compartment: The name of the compartment that contains the CA bundle.
  • Use the oci certs-mgmt ca-bundle get command and required parameters to view a CA bundle's details:

    oci certs-mgmt ca-bundle get --ca-bundle-id <CAbundle_OCID>

    For example:

    oci certs-mgmt 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 CA bundle details.