Skip to content

Commit

Permalink
(build) Update Certificate Subject Name
Browse files Browse the repository at this point in the history
This updates the default Authenticode subject name to match what it
changed to during the recent renewal process.
  • Loading branch information
gep13 committed May 14, 2024
1 parent a77e0f1 commit d9e2467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Boxstarter : BuildType({
param("env.vcsroot.branch", "%vcsroot.branch%")
param("env.Git_Branch", "%teamcity.build.vcs.branch.Boxstarter_BoxstarterVcsRoot%")
param("teamcity.git.fetchAllHeads", "true")
param("env.CERT_SUBJECT_NAME", "Chocolatey Software, Inc.")
param("env.CERT_SUBJECT_NAME", "Chocolatey Software, Inc")
}

vcs {
Expand Down

0 comments on commit d9e2467

Please sign in to comment.