Needs advice
I use .NET Core to power my code signing service. The service is a client/server solution that enables secure and easy Authenticode, NuGet, and VSIX code signing.
On the server, it uses ASP.NET Core, Azure AD, and Azure Key Vault, to orchestrate and log all signing operations. Security is of top-priority for this application and ASP.NET Core makes it easier.
The client must run cross-platform, so it's packaged a .NET Core global tool, letting it run anywhere .NET Core does (on macOS, Linux, and Windows).
0 views0
Comments