uploadP12Certificate
Upload a .p12 certificate bundle
Uploads a PKCS#12 (.p12) bundle containing signer certificate and private key. The bundle is decrypted with the provided password, and individual certificates are extracted and stored with AES-256-GCM encryption.
Scope: certs:manage
Maps to OpenAPI operationId uploadP12Certificate — POST /manage-certs/p12.
Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p12_data | Yes | Base64-encoded .p12 file data. | |
| password | No | Password to decrypt the .p12 bundle (if password-protected). | |
| x_app_id | No | Override X-App-Id for this call. Defaults to the MCP connection header. |