Making a Certificate Version Current

Make a specific certificate version the current version when you want to actively use it.

A certificate version that's marked as anything other than deprecated can be marked as current to return it to active use. You can't make a certificate version marked as deprecated the current certificate version.

    1. On the Certificates list page, select the name of the certificate with the certificate version that you want to actively use by making it current. If you need help finding the list page, see Listing Certificates.

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

    2. Under Resources, select Versions.
    3. Under Versions, find the certificate version that you want to make current.
    4. Select the Actions menu (Actions Menu) for that certificate version and select Make Current.
    5. Confirm the promotion by selecting Make Current.
  • Use the oci certs-mgmt certificate update command and required parameters to make a specific certificate version the current version:

    oci certs-mgmt certificate update --certificate-id <certificate_OCID> --current-version-number <version_number_to_make_current>

    For example:

    oci certs-mgmt certificate update --certificate-id ocid1.certificate.oc1.<region>.<unique_ID> --current-version-number 3

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the UpdateCertificate operation to make a specific certificate version the current version.