Listing Certificate Authorities

View a list of certificate authorities (CAs) managed through the Certificates service.

    1. Open the navigation menu and click Identity & Security.
    2. Under Certificates, click Certificate Authorities.

      To find CAs in a different compartment, under List Scope, choose a different compartment.

      The Console displays a list of CAs in the selected compartment.
  • Use the oci certs-mgmt certificate-authority list command and required parameters to list CAs. You can list all CAs or CAs that meet certain criteria. To list CAs in a particular compartment:

    oci certs-mgmt certificate-authority list --compartment-id <compartment_OCID>

    For example:

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

    Or, to list CAs that match a specific lifecycle state:

    oci certs-mgmt certificate-authority list --lifecycle-state <CA_lifecycle_state>

    For example:

    oci certs-mgmt certificate-authority list --lifecycle-state ACTIVE

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

  • Run the ListCertificateAuthorities operation to list CAs.