Skip to main content
GET
/
radius
/
nas
/
{id}
/
certificates
/
private-key
Download NAS Private Key
curl --request GET \
  --url https://api.altostrat.io/radius/nas/{id}/certificates/private-key \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/x-pem-file

PEM Private Key.

The response is of type file.