post
https://api.foxpass.com/v1/scep/generate_client_certificate/
Create a client certificate
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Generate a new EAP-TLS client certificate signed by your company's Foxpass client Certificate Authority.
Output formats
cert_type | Output |
|---|---|
key-cert (default) | PEM certificate + PEM private key |
p12 | Password-protected PKCS#12 bundle (base64-encoded). Requires password. |
Notes
- Success responses for this endpoint do not include a top-level
"status": "ok"field (unlike most Foxpass list APIs). Errors still return"status": "error". - The private key is generated server-side for this request. Treat the response as sensitive.
- For
p12, decode the base64certvalue before saving as a.p12file.
