chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

Add support for setting Authenticode signing certificate subject name by Environment Variable and update default value #147

Closed Windos closed 1 month ago

Windos commented 1 month ago

Checklist

Is Your Feature Request Related To A Problem? Please describe.

The subject name on an Authenticode signing certificate may not always be the current hard coded value, and the chances of this being the case is heightened during certificate renewal.

If the subject name of the new certificate does not match the hard coded value, then signing will fail.

Describe The Solution. Why is it needed?

It should be possible to set this subject name via an environment variable so that it can be changes without needing to update the recipe version being in used.

Additional Context

N/A

Related Issues

choco-bot commented 1 month ago

:tada: This issue has been resolved in version 0.28.0 :tada:

The release is available on:

Your GitReleaseManager bot :package: :rocket: