Import Certificate
This can be used to import a new Certificate file.
Body
CertificateFilestring · binaryOptional
Certificate file to be uploaded.
PrivateKeyFilestring · binaryOptional
Privatekey 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/ImportCertificateWas this helpful?