Get mTLS CSR
Returns the Fireblocks Certificate Signing Request (CSR) PEM that customers use to generate their signed client certificate.
GET
TypeScript
Response
The mTLS CSR PEM
mTLS Certificate Signing Request response
The Fireblocks PEM-encoded Certificate Signing Request (CSR).
Example:
"-----BEGIN CERTIFICATE REQUEST-----\n...\n-----END CERTIFICATE REQUEST-----"
Previous
Get whitelisted ip addresses for an API KeyGet a list of the whitelisted IP addresses for a specific API Key
- Please note that this endpoint is available only for API keys with Admin/Non Signing Admin permissions.
Endpoint Permission: Admin, Non-Signing Admin.
Next
TypeScript