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

Commit

Permalink
Merge pull request #2218 from chef/schisamo/updated-windows-signing-cert
Browse files Browse the repository at this point in the history
Begin signing MSI's with renewed Windows Signing Cert
  • Loading branch information
tas50 authored Aug 13, 2019
2 parents f1f87a1 + df165d9 commit 01a57b9
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 01a57b9

Please sign in to comment.