-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Acquire a code signing certificate #11
Comments
We would likely use SignService to host the code signing in Azure (Azure App Service + Azure Key Vault Managed HSM). |
GlobalSign seems like a good place to get an EV code signing certificate. |
Spent some time experimenting with SignService and I've mostly figured out how to use it. Just need to wait for #14 in order to actually buy the certificate. |
Seems like we can now avoid having to host SignService: https://github.com/dotnet/sign |
Need to figure out if we can actually obtain an EV certificate given our legal status under Open Collective Europe. |
Talked to Open Collective Europe; the answer is no. We would have to go for an OV certificate, which comes with some downsides. Need to think more on whether this is even worth it. 🤔 |
This would allow us to sign our NuGet packages: https://docs.microsoft.com/en-us/nuget/create-packages/sign-a-package
Code signing certificates have to be renewed yearly and are somewhat costly depending on the provider.
The text was updated successfully, but these errors were encountered: