Update SHA1 fingerprint for MSI signing cert (#2013)

The cert has been updated as the old one expires on 2017-07-25.

Signed-off-by: Seth Chisamore <schisamo@chef.io>
This commit is contained in:
Seth Chisamore 2017-07-12 15:24:14 -04:00 committed by Adam Leff
parent 9580732814
commit b803194abd

View file

@ -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'