Skip to content

Integrations

Integrate the QCecuring Code Signing Platform into your development tools and workflows.

Call the platform REST API directly from your tools:

Terminal window
curl -X POST "https://signing.example.com/api/sign/requests" \
-H "Authorization: Bearer $API_KEY" \
-d '{"file":"myapp.exe","keyAlias":"production-key"}'

Use a local signing agent for high performance:

Terminal window
qcecuring-sign --file myapp.exe --key production-key

Use platform-provided integrations:

  • KSP for Windows SignTool
  • PKCS#11 for Jarsigner
  • Maven/Gradle plugins