Editing a CA Bundle

Edit a CA bundle by changing its description.

    1. On the CA Bundles list page, select the CA bundle that you want to work with. If you need help finding the list page or the certificate, see Listing CA Bundles.
      The CA bundle's details page opens..
    2. On the CA bundle's details page, select Edit.
    3. The Edit CA bundle panel opens.
    4. Update any of the following settings:
      • Description: Update the description of the CA bundle.
      • PEM file: Perform one of the following tasks:
        • 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. Select Update.
  • 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> [OPTIONS]

    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.