Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Begin signing MSI's with renewed Windows Signing Cert
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Chisamore <schisamo@chef.io>
  • Loading branch information
schisamo committed Aug 13, 2019
1 parent f1f87a1 commit df165d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omnibus/config/projects/chefdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
package :msi do
fast_msi true
upgrade_code "AB1D6FBD-F9DC-4395-BDAD-26C4541168E7"
signing_identity "E05FF095D07F233B78EB322132BFF0F035E11B5B", machine_store: true
signing_identity "AF21BA8C9E50AE20DA9907B6E2D4B0CC3306CA03", machine_store: true
wix_light_extension "WixUtilExtension"
end

package :appx do
signing_identity "E05FF095D07F233B78EB322132BFF0F035E11B5B", machine_store: true
signing_identity "AF21BA8C9E50AE20DA9907B6E2D4B0CC3306CA03", machine_store: true
end

compress :dmg

0 comments on commit df165d9

Please sign in to comment.