Looking for any command line tool or other options available for digital signing HLK/HCK files.
My requirement is to be able to sign the HLK/HCK files using keys present in HSM with out KSP/CSP in picture.
We had similar requirement for signing EXE's and DLL's. Was able to achieve it with signtool.exe using /dg /di options as described in the below link.
https://stackoverflow.com/questions/57930959/signtool-exe-dg-ds-di-options-and-timestamping
Is there any way to achieve the same for HLK/HCK signing ?
Thanks,