-
Notifications
You must be signed in to change notification settings - Fork 678
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
i18n(en): add FAQ section with keychain certificate trust settings #3084
base: v2
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for tauri-v2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
||
### Error during notarization "The signature of the binary is invalid." | ||
|
||
When notarizing it makes use of a certificate stored in your Keychain. This certificate has specific trust properties. If you have updated these properties for some reason they can interfere with the signing via the Tauri Bundler. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When notarizing it makes use of a certificate stored in your Keychain. This certificate has specific trust properties. If you have updated these properties for some reason they can interfere with the signing via the Tauri Bundler. | |
When notarizing it makes use of a certificate stored in your Keychain Access. This certificate has specific trust properties. If you have updated these properties for some reason they can interfere with the signing via the Tauri Bundler. |
### Error during notarization "The signature of the binary is invalid." | ||
|
||
When notarizing it makes use of a certificate stored in your Keychain. This certificate has specific trust properties. If you have updated these properties for some reason they can interfere with the signing via the Tauri Bundler. | ||
You can find your certificates in the KeyChain application under the tab "Certificates". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can find your certificates in the KeyChain application under the tab "Certificates". | |
You can find your certificates in the Keychain Access application under the tab "Certificates". |
|
||
<Image | ||
src={CertificateTrustSettings} | ||
alt="KeyChain Certificate Trust settings" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alt="KeyChain Certificate Trust settings" | |
alt="Keychain Certificate Trust settings" |
Description