Key Management

Cryptographic signing keys for attestation creation

Keys are managed locally via the CLI

Signing keys are stored securely on your local machine at ~/.sourceseal/keys. For security, private keys never leave your device.

CLI Commands

List all keys

sourceseal keys list

Generate a new signing key

sourceseal keys generate

Export a public key

sourceseal keys export <key-id>

Revoke a key

sourceseal keys revoke <key-id>
🔒

Key Registry (Coming Soon)

A future update will allow publishing public keys to the SourceSeal blockchain for cross-team verification.