When using the signtool
to digitally sign a catalog file (*.cat), what does the /s
option actually do?
Example:
signtool sign /s SomeStore c:/someCAT.cat
What does the SomeStore
parameter for the /s
option do? How does one confirm that this parameter is correct?
I have checked the Microsoft signtool documentation here: https://msdn.microsoft.com/en-us/library/8s9b9yaz(v=vs.110).aspx#sign, but it does not seem to provide this information.