Import Public Key
This can be used to Import the Public Key of a Requested Certificate.
Path parameters
idinteger · int32Required
ID of the Certificate to be updated.
Body
PublicKeyFilestring · binaryOptional
Upload File
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
put
PUT /api/Certificates/{id}/ImportPublicKey HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 26
{
"PublicKeyFile": "binary"
}
No content
Was this helpful?