Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 3e22ce5

Browse files
committed
Merge pull request #328 from smaillet-ms/dev
Update Certificate Ids for official signing
2 parents 3346151 + 416aae0 commit 3e22ce5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ Listings/
3939
/DeviceCode/Targets/OS/Win32/DeviceCode/WinPcap_Eth/Dependencies/WpdPack/
4040

4141
*.axfdump
42+
/crypto/lib

tools/Targets/Microsoft.SPOT.SDK.Targets

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
<OUTPUT_WIXOBJ_DIR_LE>$(OutputWiXObjRoot)Fragments\le\$(MSBuildProjectName)\</OUTPUT_WIXOBJ_DIR_LE>
1414
<OUTPUT_WIXOBJ_DIR_BE>$(OutputWiXObjRoot)Fragments\be\$(MSBuildProjectName)\</OUTPUT_WIXOBJ_DIR_BE>
1515
<DO_NOT_BUILD_DOCS>True</DO_NOT_BUILD_DOCS>
16-
<CodeSignAuthenticodeCert>100040133</CodeSignAuthenticodeCert>
17-
<!-- Temp using Corp cert for VSIX packages until MSOT obtains it's own cert
18-
(Cleared with LCA so long as the contained binaries are signed with an MSOT publisher cert)
19-
-->
20-
<CodeSignOpcCert>160</CodeSignOpcCert>
21-
<CodeSignStrangNameCert>150</CodeSignStrangNameCert>
22-
<CodeSignApprovers>gokulk;richh</CodeSignApprovers>
16+
<CodeSignAuthenticodeCert>400</CodeSignAuthenticodeCert>
17+
<CodeSignOpcCert>100040160</CodeSignOpcCert>
18+
<CodeSignStrongNameCert>272</CodeSignStrongNameCert>
19+
<CodeSignApprovers>smaillet;mortezag</CodeSignApprovers>
20+
2321
<!--
2422
<VSIPInstalled>false</VSIPInstalled>
2523
<XBUILD_OUTDIR>$(SPOCLIENT)\UE\Public\Docs\Built</XBUILD_OUTDIR>

0 commit comments

Comments
 (0)