Viewing Certificate Authority Associations

View certificate authority (CA) associations to see which resources in the tenancy are using the certificates issued by this certificate authority.

    1. On the Certificate Authorities list page, select the certificate authority that you want to work with. If you need help finding the list page or the certificate authority, see Listing Certificate Authorities.
      The certificate authority's details page opens.
    2. On the certificate's details page, select Associations.
      The Associations list opens.
    All associations are displayed in a table.
  • Use the oci certs-mgmt association list command and required parameters to see what certificate, certificate authority, and CA bundle associations exist in a compartment:

    oci certs-mgmt association list --compartment-id <compartment_OCID> [OPTIONS]

    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> [OPTIONS]

    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 ListAssociations operation to see what certificate, certificate authority, and CA bundle associations exist in a compartment. Run the GetAssociation operation to view the details of a specific association.