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 certificate that you want to work with. If you need help finding the list page or the certificate, see Listing Certificates.
      The certificate's details page opens.
    2. On the certificate's details page, select Versions.
      The Versions list opens.
    3. Find the certificate version that you want to make current.
    4. From the Actions menu for the certificate version, 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> [OPTIONS]

    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.