mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
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:
parent
9580732814
commit
b803194abd
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue