Signing and Transparency as a Service
STaaS is an open-source service from ExcID for signing data with your login, recording signing events in a transparency registry, and verifying using open-source tools. All operations can be easily integrated and automated using our REST API.
Sign quickly
Use the Web UI or REST API to sign binaries, documents, images, and other release artifacts.
Track every signature
Record signature information in a public transparency registry for later inspection and verification.
Deploy your way
Start with the hosted service, integrate with CI/CD, or run STaaS on premises with Docker Compose.
A short, auditable path from file to signature.
STaaS combines short-lived certificates with public transparency logging, so each signature can be traced without exposing your file contents.
Choose a file
Log in and select a file to sign. STaaS never learns the contents of the file.
Sign
STaaS generates an one-time used key pair and a short-lived certificate bound to your email address using an ExcID-hosted Fulcio CA.
Track
Signature information is immutably recorded in the Rekor public transparency registry.
Verify
Generated signatures can be verified with the Cosign utility.
Build STaaS into your workflow
Learn how to use the REST API from your CI/CD system, verify signatures, and deploy STaaS on premises.