Skip to main content

Keys

Create cryptographic keys using different key algorithms and storage types. The public key can be seen in the system (publicKey) and is used to verify credentials. The private key is stored in the system and used to sign credentials, but cannot be exported and is not visible through the API.

Keys form the basis of identifiers: a key pair can be used as an identifier, or it can be used to create a DID or a certificate.

This resource also generates Certificate Signing Requests (CSRs), a necessary component of certificate creation.

Related guide: Keys