Private Key

Upload a Private Key file

post

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.

Path parameters
idinteger · int32Required

ID of the Gateway server to be updated.

Query parameters
pfxPasswordstringOptional

Password of the pfx File to be uploaded.

Body
pfxFilestring · binaryOptional

Upload File

Responses
204
No Content
post
POST /api/Gateway/{id}/PrivateKey HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 20

{
  "pfxFile": "binary"
}

No content

Was this helpful?