Import Pfx
This can be used to import a Pfx file. If the pfx password is used (optional), the file has to be in a pfx format and will be used as a Certificate file, as well.
Body
PfxPasswordstringOptional
Password of the pfx File to be uploaded
PfxFilestring · binaryOptional
Private Key File to be uploaded.
NamestringOptional
The name of the target Certificate
SiteIdinteger · int32Optional
Site ID in which to add the Certificate
DescriptionstringOptional
A user-defined Certificate description
Usagestring[Flag] · enumOptionalPossible values:
Certificate Usage Certificate Usage
EnabledbooleanOptional
Whether to enable or disable the certificate being created
Responses
201
Created
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
409
Conflict
application/json; api-version=1.0
post
/api/Certificates/ImportPfxLast updated
Was this helpful?