upload_cert
Upload a custom TLS certificate, private key, and CA chain to Vercel for manual certificate management.
Instructions
Upload a custom TLS certificate (your own cert/key/CA chain) instead of having Vercel issue one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cert | Yes | PEM-encoded certificate. | |
| key | Yes | PEM-encoded private key. | |
| ca | No | PEM-encoded CA chain. | |
| skipValidation | No | ||
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |