Synopsis
Description
Generates a new Ed25519 keypair and writes two files:<output>.key— private signing key (keep secret)<output>.pub— public verification key (share freely)
Options
| Flag | Default | Description |
|---|---|---|
-o, --output <name> | vibe-signing | Base name for the output files |
-h, --help | Print help |
Examples
Notes
- Keep the
.keyfile private and out of version control - The
.pubfile can be committed to your repo and distributed to users - Use the
.keyfile withvibe sign - Use the
.pubfile withvibe verify - The macOS host app embeds a trusted public key for official packages
