Editing a CA Bundle
Edit a CA bundle by changing its description.
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.