v1
latestOpenAPI 3.1.02026-07-241220143.1 KBGET /radsec/client_certificates/
Get the list of all the client RadSec certificates
get/v1/radsec/client_certificates/
Response
200
Example response
{
"status": "ok",
"data": [
{
"id": 80,
"certificate": "-----BEGIN CERTIFICATE-----\nMIIF7TCCA9WgAxEosT\n-----END CERTIFICATE-----",
"common_name": "Foxpass RadSec client certificate for 052d61d3-50b3-4579-a283-64134bf6d344",
"serial_number": "1511649705045223566",
"created": "2022-02-02T05:57:37.884Z",
"expires": "2024-04-12T05:57:37.824Z",
"auth_types": "[\"peap\", \"eap_tls\", \"eap_ttls\", \"pap\"]"
}
]
}