Skip to main content

Update client certificate on a system

POST /aws/ha/encryption/{workingEnvironmentId}/update-client-certificate

Updates the client certificate on the Cloud Volumes ONTAP system.

Parameters

Name Type In Required Description

workingEnvironmentId

string

path

True

Error

Status: Default, Default response
Name Type Required Description

certificate

string

False

certificateType

string

False

directIssuerName

string

False

endDate

integer

False

publicId

string

False

serialNumber

string

False

startDate

integer

True

subjectName

string

False

Example error response
{
  "certificate": "string",
  "certificateType": "string",
  "directIssuerName": "string",
  "publicId": "string",
  "serialNumber": "string",
  "startDate": 0,
  "subjectName": "string"
}