Skip to content

Commit

Permalink
Don't accept invalid certificates when signing for production
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Oct 10, 2024
1 parent 595ad0a commit a7dd4c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-exe/vars.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ switch ($Sign) {
}
'production' {
$signpathSigningPolicy = 'release-signing'
$signaturesCanBeInvalid = 1
Write-Host "SignPath signing policy: $signpathSigningPolicy (production certificate)`n"
}
default {
Expand Down

0 comments on commit a7dd4c1

Please sign in to comment.