stave attest keygen
Generate a new Ed25519 key pair for snapshot attestation
Usage
stave attest keygen [flags]
Description
Generate a new Ed25519 key pair for snapshot attestation and write the private and public keys to PEM files.
Inputs: --out STRING Output file prefix (default: stave-attest)
Outputs:
Exit Codes: 0 Key pair generated 2 Invalid input 4 Internal error
Flags
| Flag | Type | Description |
|---|---|---|
--out | string | Output file prefix (produces stave-attest) |
Examples
stave attest keygen --out stave-attest
# produces stave-attest.pem (private) and stave-attest.pub (public)