summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-04-26 12:43:40 -0700
committerJohn <john.mccrae@progress.com>2023-04-26 17:55:30 -0700
commit4471f15ff0493eb2097ace8a767ebb7f42f04e2d (patch)
tree471f3bcd5a5c4491422dbc4a2221151c5d518f02
parentf538af8ba759919854bc6ef080240f6fc7eaa27b (diff)
downloadchef-4471f15ff0493eb2097ace8a767ebb7f42f04e2d.tar.gz
Correcting the build cert SHA
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--omnibus/config/projects/chef.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index dd22f4654c..303e5aa0bc 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -98,7 +98,7 @@ package :msi do
upgrade_code msi_upgrade_code
wix_candle_extension "WixUtilExtension"
wix_light_extension "WixUtilExtension"
- signing_identity "AF21BA8C9E50AE20DA9907B6E2D4B0CC3306CA03", machine_store: true
+ signing_identity "13B510D1CF1B3467856A064F1BEA12D0884D2528", machine_store: true
parameters ChefLogDllPath: windows_safe_path(gem_path("chef-[0-9]*-mingw32/ext/win32-eventlog/chef-log.dll")),
ProjectLocationDir: project_location_dir
end