What problem does it solve? Distributing Tauri desktop and mobile applications requires platform-specific code signing and notarization, and misconfigured certificates cause store rejections, SmartScreen warnings, or untrusted installer errors. ## Core Features & Use Cases - Cross-Platform Signing Guides: Step-by-step certificate setup for Android (JKS keystore), iOS (provisioning profiles), Linux (GPG-signed AppImages), macOS (Developer ID plus notarization), and Windows (OV/EV certificates). - CI/CD Configuration: Complete environment variable references and GitHub Actions snippets for importing certificates and signing in automated pipelines. - Advanced Windows Options: Azure Key Vault and Azure Trusted Signing integration via custom sign commands in tauri.conf.json. - Use Case: A team preparing a Tauri app release uses this Skill to generate an Android keystore, configure macOS notarization with an App Store Connect API key, and set up Windows EV certificate signing in GitHub Actions. ## Quick Start Ask the assistant to walk you through signing your Tauri app for a specific platform, for example setting up macOS notarization or Android keystore configuration in CI.