This can be used to upload a Private Key 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 Certificate file, as well.
ID of the Gateway server to be updated.
Password of the pfx File to be uploaded.
Upload File
No Content
Unauthorized
No content
POST /api/Gateway/{id}/PrivateKey HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 20
{
"pfxFile": "binary"
}