For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

No content

put/api/WebService/settings/ImportCertificate
PUT /api/WebService/settings/ImportCertificate HTTP/1.1
Content-Type: multipart/form-data
Accept: */*
Content-Length: 28

{
  "CertificateFile": "binary"
}

No content