Creating a CA Bundle
Create a CA bundle to help establish a certificate chain.
You need a valid privacy enhanced mail (PEM) file to create a CA bundle.
Use the oci certs-mgmt ca-bundle create command and required parameters to create a CA bundle:
oci certs-mgmt ca-bundle create --ca-bundle-pem <CAbundle_contents> --compartment-id <compartment_OCID> --name <bundle_name>
For example:
oci certs-mgmt ca-bundle create --ca-bundle-pem file://path/to/cabundle.pem --compartment-id ocid1.compartment.oc1..<unique_id> --name mycabundle
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the CreateCaBundle operation to create a CA bundle.