Editing a CA Bundle

Edit a CA bundle by changing its description.

    1. Open the navigation menu and click Identity & Security.
    2. Under Certificates, click CA Bundles.
    3. From the list of CA bundles in the compartment, click the name of the CA bundle that you want to update.

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

    4. Click Edit.
    5. Under Description, enter a description for the CA bundle. Avoid entering confidential information.
    6. Under PEM file, do one of the following:
      • To upload a file, click Upload File, click Select One, and then choose 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, click Paste Content, and then paste the contents of the clipboard in the text box.
    7. When you're ready, click Save Changes.
  • Use the oci certs-mgmt ca-bundle update command and required parameters to update a CA bundle's description:

    oci certs-mgmt ca-bundle update --ca-bundle-id <CAbundle_OCID> --description <new_description> --ca-bundle-pem <CAbundle_contents>

    For example:

    oci certs-mgmt ca-bundle update --ca-bundle-id ocid1.cabundle.oc1.<region>.<unique_id> --description "new CA bundle description" --ca-bundle-pem file://path/to/cabundle.pem

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

  • Run the UpdateCaBundle operation to edit a CA bundle.