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

Sign dbatools DLLs #7581

Merged
merged 1 commit into from Jul 18, 2021
Merged

Sign dbatools DLLs #7581

merged 1 commit into from Jul 18, 2021

Conversation

potatoqualitee
Copy link
Member

@potatoqualitee potatoqualitee commented Jul 18, 2021

Fixes #7541

That was ridiculous. It's nearly impossible to sign this as part of the build process in Visual Studio 2019. I ended up using signtool.

signtool sign /f C:\temp\dbatools.pfx /p PASSWORDHERE /t http://timestamp.digicert.com /fd SHA256 C:\github\dbatools\bin\net462\dbatools.dll
signtool sign /f C:\temp\dbatools.pfx /p PASSWORDHERE /t http://timestamp.digicert.com /fd SHA256 C:\github\dbatools\bin\netcoreapp3.1\dbatools.dll

image

@potatoqualitee
Copy link
Member Author

All checks pass ✔️

@potatoqualitee potatoqualitee merged commit 55105f6 into development Jul 18, 2021
@potatoqualitee potatoqualitee deleted the signeddll branch July 18, 2021 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sign DLL
1 participant