Import Public Key

Import Public Key

put

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