Canceling Certificate Authority Version Deletion

Cancel the scheduled deletion of a certificate authority (CA) version if you no longer want to delete the CA version.

    1. On the Certificate Authorities list page, select the name of the CA with the CA version for which you want to cancel a scheduled deletion. If you need help finding the list page, see Listing Certificate Authorities.

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

    2. Under Resources, select Versions.
    3. Find the CA version pending deletion, select the Actions menu (Actions Menu), and then select Cancel Deletion.
    4. Confirm that you want to cancel the deletion by selecting Cancel Deletion.
  • Use the oci certs-mgmt certificate-authority-version cancel-deletion command and required parameters to cancel the scheduled deletion of a CA version number:

    oci certs-mgmt certificate-authority-version cancel-deletion --certificate-authority-id <CA_OCID> --version-number <CA_version_number>

    For example:

    oci certs-mgmt certificate-authority-version cancel-deletion --certificate-authority-id ocid1.certificateauthority.oc1.<region>.<unique_id> --version-number 3

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

  • Run the CancelCertificateAuthorityVersionDeletion operation to cancel the scheduled deletion of a CA version.