Skip to content

Instantly share code, notes, and snippets.

@eonist
Created January 18, 2026 21:30
Show Gist options
  • Select an option

  • Save eonist/cea8c0a520c6cefe40e8381b72b5b72f to your computer and use it in GitHub Desktop.

Select an option

Save eonist/cea8c0a520c6cefe40e8381b72b5b72f to your computer and use it in GitHub Desktop.
check signing

After generating, test by signing any file:

echo "test" > /tmp/test.txt
bun run tauri signer sign /tmp/test.txt --private-key-path ~/.tauri/omni.key
  • Correct password → Outputs a signature string
  • Wrong password → Error message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment