Creating a CA Bundle
Create a certificate authority (CA) bundle to help establish a certificate chain.
- Note
You need a valid privacy enhanced mail (PEM) file to create a CA bundle.Tagging
If you have permissions to create a resource, then you also have permissions to apply free-form tags to that resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you're not sure whether to apply tags, skip this option or ask an administrator. You can apply tags later.
Select Create CA bundle. The CA bundle you created appears in the CA Bundles list page.
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> [OPTIONS]For example:
oci certs-mgmt ca-bundle create --ca-bundle-pem file://path/to/cabundle.pem --compartment-id ocid1.compartment.oc1..<unique_id> --name mycabundleFor a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the CreateCaBundle operation to create a CA bundle.