Skip to main content
GET
/
radius
/
client-ca
/
certificate
Download Client CA
curl --request GET \
  --url https://api.altostrat.io/radius/client-ca/certificate \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Response

200 - application/x-pem-file

PEM CA Certificate.

The response is of type file.