Import Certificate

Import Certificate

put

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