Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] support Azure Trusted Signing for signing tauri app #9578

Open
anatawa12 opened this issue Apr 26, 2024 · 1 comment
Open

[feat] support Azure Trusted Signing for signing tauri app #9578

anatawa12 opened this issue Apr 26, 2024 · 1 comment

Comments

@anatawa12
Copy link
Contributor

Describe the problem

Many certificate authority sells certificates with high price.
Recently Microsoft released Azure Trusted Signing for code signing and it's relatively cheap.

However, since signing tauri apps are completely integrated inside tauri cli and tauri cli doesn't have option to customize /dlib, /dmdf parameters for signtool, it looks we cannot use Azure Trusted Signing.

Describe the solution you'd like

Add some option to sign with Azure Trusted Signing

Alternatives considered

I think it might also be good to have some option to customize command-line options for signtool or use complately custom command for code signing.

Additional context

https://techcommunity.microsoft.com/t5/security-compliance-and-identity/trusted-signing-is-in-public-preview/ba-p/4103457
https://learn.microsoft.com/en-us/azure/trusted-signing/how-to-signing-integrations

@FabianLars
Copy link
Sponsor Member

This PR will be converted into something generic before being merged #8718

At least once MS lifts the stupid 3-years tax history requirement, this should have explicit support in tauri imo (so that it's a direct config option that doesn't require the use of the generic option)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants