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.

    1. On the CA Bundles list page, select Create CA Bundle. If you need help finding the list page, see Listing CA Bundles.
    2. Under Compartment, select the compartment where you want to create the CA bundle.
    3. Enter a display name for the CA bundle. Avoid entering confidential information.
    4. (Optional) Enter a description to help identify the CA bundle. Avoid entering confidential information.
    5. Under PEM file, do one of the following:
      • To upload a file, select Upload File, select Select One, and then select the PEM file that you want to upload.
      • To paste the contents of the PEM file directly, open the PEM file and copy its contents to the clipboard. Then, select Paste Content, and paste the contents of the clipboard in the text box.
    6. (Optional) To apply tags, select Show Tagging Options. For more information about tags, see Resource Tags.
    7. Select Create.
      It can take a while to create certificate-related resources.
  • 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.