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

Begin signing MSI's with renewed Windows Signing Cert #2218

Merged
merged 1 commit into from
Aug 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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