Import Certificate
This can be used to Import and change the PFX Certificate within Web Admin settings. A local administrator on the Web Server or a RAS Root administrator can call this command.
Body
CertificateFilestring · binaryOptional
Upload File
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
put
PUT /api/WebService/settings/ImportCertificate HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 28
{
"CertificateFile": "binary"
}
No content
Was this helpful?