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

Determine how to do authenticode verification with SignCheck on .NET Core #4861

Open
ellahathaway opened this issue Jan 30, 2025 · 0 comments

Comments

@ellahathaway
Copy link
Member

Authenticode verification is currently unavailable on .NET Core, which prevents us from verifying multiple file types (e.g., .dll and .ps1) on macOS and Linux. We need to devise a workaround for this limitation.

One potential solution is to use osslsigncode. Another option is to skip checking these files on .NET Core, publish the skipped files, and then process them in a subsequent run of SignCheck using .NET Framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants