Viewing CA Bundle Associations

View CA bundle associations to see which resources in the tenancy are currently using a particular CA bundle.

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

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

    4. Under Resources, click Associations.
  • Use the oci certs-mgmt association list command and required parameters to see what certificate, CA, and CA bundle associations exist in a given compartment:

    oci certs-mgmt association list --compartment-id <compartment_OCID>

    For example:

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

    To view the details of a specific association, open a command prompt and run the oci certs-mgmt association get command and required parameters:

    oci certs-mgmt association get --association-id <association_OCID>

    For example:

    oci certs-mgmt association get --association-id ocid1.certificatesassociation.oc1.<region>.<unique_id>

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

  • Run the GetAssociation operation to view CA bundle associations.