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

Update signing info #2757

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions tools/code-sign.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ VSIX:

certutil -user -store my "thumbprint"

4: Run VsixSignTool
4: Run sign

vsixsigntool.exe sign /f C:\temp\cert.p7b /csp "SimplySign CSP" /k xxxx /sha1 xxxx /fd sha256 /t http://time.certum.pl "EF Core Power Pack v2.6.64.vsix"
sign code certificate-store -cfp 0Fxxx -k DEEDXXXX -csp "SimplySign CSP" -t http://time.certum.pl "EF Core Power Tools v2.6.414.vsix" -fl fileslist.txt

/k = Key container id vist af certutil
/sha1 = certificate thumbprint vist i Certmgr/SimplySign
fileslist.txt:
EFCorePowerTools.dll
RevEng.Common.dll

-k = Key container id vist af certutil
-cfp =

5: Upload to MarketPlace

Expand Down
Binary file not shown.