Certificate
This can be used to upload a Certificate file for a specified RAS Secure Gateway server. If the pfx password is used (optional), the file has to be in a pfx format and will be used as a Private Key file, as well.
Path parameters
idinteger · int32Required
ID of the Gateway server to be updated.
Body
privateKeyFilestring · binaryOptional
Upload File
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
post
POST /api/Gateway/{id}/Certificate HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 27
{
"privateKeyFile": "binary"
}
No content
Was this helpful?