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.
-
On the Certificate Authorities list page, select the name of the CA with the CA version for which you want to view the CA bundle. If you need help finding the list page, see Listing Certificate Authorities.
To find a CA in a different compartment, under List scope, select a different compartment.
- Under Resources, select Versions.
- Under Versions, find the CA version with the CA bundle that you want to view.
-
Select the 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 select Download to download the contents of the bundle. - When you're finished, select Close.
-
On the Certificate Authorities list page, select the name of the CA with the CA version for which you want to view the CA bundle. If you need help finding the list page, see Listing Certificate Authorities.
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.