Editing a CA Bundle

Edit a CA bundle by changing its description.

    1. On the CA Bundles list page, select the name of the CA bundle that you want to update. If you need help finding the list page, see Listing CA Bundles.

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

    2. Select Edit.
    3. Under Description, enter a description for the CA bundle. Avoid entering confidential information.
    4. 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 then paste the contents of the clipboard in the text box.
    5. When you're ready, select 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.