Skip to content

Commit

Permalink
Make the private keys public
Browse files Browse the repository at this point in the history
  • Loading branch information
7coil committed Mar 28, 2021
1 parent 604315d commit 720b6c5
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -190,7 +190,7 @@ ClientBin/
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
# *.pfx
*.publishsettings
node_modules/
orleans.codegen.cs
Expand Down
5 changes: 3 additions & 2 deletions DiscordForExcel/DiscordForExcel.csproj
Expand Up @@ -221,6 +221,7 @@
<DependentUpon>ThisAddIn.Designer.xml</DependentUpon>
</Compile>
<AppDesigner Include="Properties\" />
<None Include="throwaway_certificate_because_clickonce_is_bad.pfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Shared\Shared.csproj">
Expand All @@ -233,10 +234,10 @@
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>certificate.pfx</ManifestKeyFile>
<ManifestKeyFile>throwaway_certificate_because_clickonce_is_bad.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>74F93D36D8FEBDE54DE8E0FBCCD2D4ABA17E143B</ManifestCertificateThumbprint>
Expand Down
Binary file not shown.
5 changes: 3 additions & 2 deletions DiscordForOutlook/DiscordForOutlook.csproj
Expand Up @@ -223,6 +223,7 @@
<DependentUpon>ThisAddIn.Designer.xml</DependentUpon>
</Compile>
<AppDesigner Include="Properties\" />
<None Include="throwaway_certificate_because_clickonce_is_bad.pfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Shared\Shared.csproj">
Expand All @@ -235,10 +236,10 @@
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>certificate.pfx</ManifestKeyFile>
<ManifestKeyFile>throwaway_certificate_because_clickonce_is_bad.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>74F93D36D8FEBDE54DE8E0FBCCD2D4ABA17E143B</ManifestCertificateThumbprint>
Expand Down
Binary file not shown.
5 changes: 3 additions & 2 deletions DiscordForPowerPoint/DiscordForPowerPoint.csproj
Expand Up @@ -217,6 +217,7 @@
<DependentUpon>ThisAddIn.Designer.xml</DependentUpon>
</Compile>
<AppDesigner Include="Properties\" />
<None Include="throwaway_certificate_because_clickonce_is_bad.pfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Shared\Shared.csproj">
Expand All @@ -230,10 +231,10 @@
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>certificate.pfx</ManifestKeyFile>
<ManifestKeyFile>throwaway_certificate_because_clickonce_is_bad.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>74F93D36D8FEBDE54DE8E0FBCCD2D4ABA17E143B</ManifestCertificateThumbprint>
Expand Down
Binary file not shown.
6 changes: 4 additions & 2 deletions DiscordForWord/DiscordForWord.csproj
Expand Up @@ -200,6 +200,7 @@
<DesignTime>True</DesignTime>
</Compile>
<None Include="certificate.pfx" />
<None Include="DiscordForWord_TemporaryKey.pfx" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
Expand All @@ -220,6 +221,7 @@
<DependentUpon>ThisAddIn.Designer.xml</DependentUpon>
</Compile>
<AppDesigner Include="Properties\" />
<None Include="throwaway_certificate_because_clickonce_is_bad.pfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Shared\Shared.csproj">
Expand All @@ -232,10 +234,10 @@
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>certificate.pfx</ManifestKeyFile>
<ManifestKeyFile>throwaway_certificate_because_clickonce_is_bad.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>74F93D36D8FEBDE54DE8E0FBCCD2D4ABA17E143B</ManifestCertificateThumbprint>
Expand Down
Binary file not shown.

0 comments on commit 720b6c5

Please sign in to comment.