Import certificates from public material
POST/api/v1/workspaces/:id/certops/imports
Imports certificates from PEM/public material. Private key material is rejected before feature gating.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 422
- 500
Import accepted
Missing certificate material, malformed public certificate input, or invalid key reference
Unauthorized
Authenticated user lacks the workspace manager/admin role required for CertOps writes
CertOps is disabled for this deployment or workspace
Request rejected because it contained private key material
Internal server error