[cpp-sp] 03/03: CPPSP-28 Windows Installers for Sp4 Agents

Codeberg noreply at shibboleth.net
Tue Jan 13 19:37:33 UTC 2026


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

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/0ebf46f115b46878ee22db947eec3970c10973a0

commit 0ebf46f115b46878ee22db947eec3970c10973a0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jan 13 19:19:45 2026 +0000

    CPPSP-28 Windows Installers for Sp4 Agents
    
    https://shibboleth.atlassian.net/browse/CPPSP-28
    
    Add sig checking for the artefacts we load
---
 msi/wix6/nuget.config | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/msi/wix6/nuget.config b/msi/wix6/nuget.config
new file mode 100644
index 00000000..7caa2a12
--- /dev/null
+++ b/msi/wix6/nuget.config
@@ -0,0 +1,11 @@
+<configuration>
+    <config>
+	<add key="signatureValidationMode" value="require" />
+    </config>
+    <trustedSigners>
+	<author name="wixtoolset">
+	    <!-- We have established that the cert with this fingerprint is owned by people with check in rights to the wix github repo -->
+	    <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