[java-identity-provider] 05/05: GEN-330 Build Windows installers in our standard flow

Rod Widdowson rdw at steadingsoftware.com
Fri Nov 10 15:57:51 UTC 2023


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=372bb3e23b8cbfe2be2e2cd5ad846e3cff7c92a2

commit 372bb3e23b8cbfe2be2e2cd5ad846e3cff7c92a2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 8 09:58:47 2023 +0000

    GEN-330 Build Windows installers in our standard flow
    
    https://shibboleth.atlassian.net/browse/GEN-330
    
    Add the magical configuration needed to force "dotnet" to do a
    signature check on down loaded dlls
---
 idp-msi/src/main/wix/nuget.config | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/idp-msi/src/main/wix/nuget.config b/idp-msi/src/main/wix/nuget.config
new file mode 100644
index 000000000..0d2de2a5d
--- /dev/null
+++ b/idp-msi/src/main/wix/nuget.config
@@ -0,0 +1,11 @@
+<configuration>
+    <config>
+	<add key="signatureValidationMode" value="require" />
+    </config>
+    <trustedSigners>
+	<author name="wixtoolset">
+	    <!-- The current status of this certificate is "trust on first use" -->
+	    <certificate fingerprint="0DB368BC1A5A9E19CC9E036B490B7C4A4D3DFB941C0781B4F22F218BE0B54986" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
+	</author>
+    </trustedSigners>
+</configuration>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list