-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Get EV code signing certificate to sign our binary packages #936
Comments
No longer needed after #1447 , since we no longer build a single binary and all binaries in --onedir are already signed. |
Reopenning since we still need this for our installers. |
Just want to post what this looks like on Windwos. The installer is stopped by Windows Defender with a "Windows protected your PC" screen: You need to click "More info" to be able to use the [Run anyway] button: p.s. similar to #2677 on Mac |
For the record:
|
I.e. https://www.certum.eu/en/cert_offer_microsoft_code_signing/ .
The "untrusted source" window is annoying, but it is only a small part of the problem. A much bigger problem is that when you install dvc from binary windows package, windows defender thinks that this is a virus and makes it extremely slow. To fix that we need to sign our packages with a trusted certificate.
The text was updated successfully, but these errors were encountered: