Moving a CA Bundle

Move a CA bundle from one compartment to another.

If alarms are monitoring the CA bundle, update the alarms to reference the new compartment. For more information, see Updating an Alarm After Moving a Resource.

    1. On the CA Bundles list page select the name of the CA bundle that you want to move. 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 Move resource.
    3. Under Destination compartment, select the destination compartment from the list.
    4. When you're ready, select Move resource.
  • Use the oci certs-mgmt ca-bundle change-compartment command and required parameters to move a CA bundle from one compartment to another:

    oci certs-mgmt ca-bundle change-compartment --ca-bundle-id <CAbundle_OCID> --compartment-id <compartment_OCID>

    For example:

    oci certs-mgmt ca-bundle change-compartment --ca-bundle-id ocid1.cabundle.oc1.<region>.<unique_id> --compartment-id ocid1.compartment.oc1..<unique_id>

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

  • Run the ChangeCaBundleCompartment operation to move a CA bundle from one compartment to another.