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