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. 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 move.

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

    4. Click Move resource.
    5. Under Destination compartment, choose the destination compartment from the list.
    6. When you're ready, click 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.