CodeSign certificates
CodeSign certificates API overview
The CodeSign certificates API (v1) allows integrators to manage Code Signing certificates within SCM.
This API enables importing externally obtained code signing certificates and marking certificates as revoked when necessary.
CodeSign certificate API endpoints
The following table lists the v1 endpoints for managing code signing certificates.
Click any action in the first column to open its API reference page.
| Action | Method | Path | Description |
|---|---|---|---|
| Mark certificate as revoked (by ID or serial + issuer) | POST | /api/cscert/v1/revoke/manual | Mark a code signing certificate as revoked using certificate ID or serial number plus issuer. |
| Import CodeSign certificates | POST | /api/cscert/v1/import | Import one or more code signing certificates into SCM for management. |
Updated about 23 hours ago