From c8578980914836f43bf5fd92dae3b6632dd65457 Mon Sep 17 00:00:00 2001 From: Seth Chisamore Date: Mon, 24 Jul 2017 13:02:43 -0700 Subject: [PATCH] Update SHA1 fingerprint for MSI signing cert (#2031) The cert has been updated as the old one expires on 2017-07-25. Signed-off-by: Seth Chisamore --- omnibus/config/projects/inspec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus/config/projects/inspec.rb b/omnibus/config/projects/inspec.rb index 63410637b..f099da6e3 100644 --- a/omnibus/config/projects/inspec.rb +++ b/omnibus/config/projects/inspec.rb @@ -66,7 +66,7 @@ package :msi do fast_msi true upgrade_code 'DFCD452F-31E5-4236-ACD1-253F4720250B' wix_light_extension 'WixUtilExtension' - signing_identity 'F74E1A68005E8A9C465C3D2FF7B41F3988F0EA09', machine_store: true + signing_identity 'E05FF095D07F233B78EB322132BFF0F035E11B5B', machine_store: true end exclude '**/.git'