cargo-wix icon indicating copy to clipboard operation
cargo-wix copied to clipboard

Add ability to specify certificate to use when signing the installer

Open volks73 opened this issue 6 years ago • 1 comments

Currently the /a flag is used with the signtool application for signing installers. This is fine most of the time as it indicates the application will automatically search for a suitable certificate in the Windows certificate manager. However, there are edge cases where someone may have multiple "suitable" certificates and want to specify a specific one to use. So, a -c,--certificate option should be added that takes a path and/or name to certificate to use when signing an installer with the -s,--sign flag.

volks73 avatar Dec 06 '17 02:12 volks73

I am not sure how this is supposed to work with passwords. I need to think about this a little bit.

volks73 avatar Dec 07 '17 16:12 volks73