SignPath integration (Developer Tools, Security). Imported from open-connector.
https://app.signpath.io/api/v1/Cryptoki/MySigningPolicies
| Param | Type | Required | Description |
|---|---|---|---|
| projectSlug | string | optional | Optional project slug to filter returned signing policies. |
| signingPolicySlug | string | optional | Optional signing policy slug to filter returned signing policies. |
/SigningRequests/{signingRequestId}
| Param | Type | Required | Description |
|---|---|---|---|
| signingRequestId | string | required | The signing request identifier returned by SignPath. |
/SigningRequests/SubmitWithArtifact
| Param | Type | Required | Description |
|---|---|---|---|
| projectSlug | string | required | The project slug to submit the signing request to. |
| signingPolicySlug | string | required | The signing policy slug to submit the request to. |
| signatureAlgorithm | string | required | The signature algorithm used by the SignPath signing policy. |
| rsaHashAlgorithm | string | optional | The RSA hash algorithm OID used when the signing policy uses an RSA key. |
| ecdsaSignatureFormat | string | optional | The ECDSA signature format used when the signing policy uses an ECDSA key. |
| base64EncodedHash | string | required | The base64-encoded hash digest that SignPath should sign. |
| description | string | optional | Optional description to attach to the signing request, such as a version label. |
| metadata | object | optional | Raw JSON object returned by the SignPath API. |