Tauri Updater Signing Keys

Use when managing the Tauri v2 updater's Ed25519 signing keypair — generating it with `bunx tauri signer generate -w ~/.tauri/myapp.key`, embedding the public key in `tauri.conf.json` `plugins.updater.pubkey`, wiring `TAURI_SIGNING_PRIVATE_KEY` + `TAURI_SIGNING_PRIVATE_KEY_PASSWORD` into CI secrets without committing them, and understanding the rotation constraint (old clients can never validate a new public key, so a "rotation" actually means shipping a new app version first with the new key trusted, then phasing the old one out). Pairs with [[tauri-updater]] for the broader plugin setup and [[tauri-bundling]] for OS code signing (a separate signature).

stuffbucket Updated

File contents

stuffbucket/skills/tree/main/plugins/stuffbucket/skills/tauri-updater-signing-keys commit bdbf53fe3d

Frequently asked questions

npx skillmds@latest add stuffbucket/tauri-updater-signing-keys