Skip to content

Commit

Permalink
Update signing info (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ authored Dec 27, 2024
1 parent bb19f69 commit 2bc8b62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
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.

0 comments on commit 2bc8b62

Please sign in to comment.