Viewing Certificate Associations

View certificate associations to see which resources in the tenancy are using a certificate.

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

    To see what certificate, CA, and CA bundle associations exist in a compartment, open a command prompt and run oci certs-mgmt association list:

    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 oci certs-mgmt association get

    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 flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the GetAssociation or ListAssociation operation to view certificate, certificate authority (CA) and CA bundle associations.