Skip to content

Commit

Permalink
Update signing command for smctl with --fingerprint
Browse files Browse the repository at this point in the history
Signed-off-by: Sonu Saha <[email protected]>
  • Loading branch information
ahasunos committed Sep 13, 2023
1 parent 540d487 commit 8522782
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/omnibus/packagers/windows_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ def is_signed?(package_file)
cmd = [].tap do |arr|
arr << "smctl.exe"
arr << "sign"
arr << "--keypair-alias #{keypair_alias}"
arr << "--certificate #{thumbprint}"
arr << "----fingerprint #{thumbprint}"
arr << "--input #{package_file}"
end.join(" ")

Expand Down

0 comments on commit 8522782

Please sign in to comment.