Viewing Certificate Authority Version Bundles

View the CA bundle for a certificate authority (CA) version to see the root and intermediate certificates that comprise the contents of that CA version.

    1. Open the navigation menu and click Identity & Security.
    2. Under Certificates, click Certificate Authorities.
    3. From the list of CAs in the compartment, click the name of the CA with the CA version for which you want to view the CA bundle.

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

    4. Under Resources, click Versions.
    5. Under Versions, find the CA version with the CA bundle that you want to view.
    6. Click the Actions menu (Actions Menu) for that CA version, and select View Content.
      The Console displays the contents of the bundle, which include all the certificates in the bundle. You can either view the content or click Download to download the contents of the bundle.
    7. When you're finished, click Close.
  • Use the oci certificates certificate-authority-bundle get command and required parameters to view a CA version's certificate, certificate chain, and details.:

    oci certificates certificate-authority-bundle get --certificate-authority-id <CA_OCID> --version-number <CA_version_number>

    For example:

    oci certificates certificate-authority-bundle get --certificate-authority-id ocid1.certificateauthority.oc1.<region>.<unique_id> --version-number 3

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

  • Run the GetCertificateAuthorityBundle operation to view a CA version's certificate, certificate chain, and details.