All pages
Powered by GitBook
1 of 1

Loading...

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

401

Unauthorized

application/json; api-version=1.0
put
/api/Certificates/{id}/ImportPublicKey

No content

PUT /api/Certificates/{id}/ImportPublicKey HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 26

{
  "PublicKeyFile": "binary"
}