VBA Macro Code Sign with Azure Key Vault - EV HSM Certificate #184
Unanswered
ABNOTECHGuy
asked this question in
Q&A
Replies: 1 comment
-
We would like to do this as well for xlsm files. We have gotten so far as to figure out we can't sign the whole xlsm file, rather we need to do this in 3 steps:
**** We are stuck at step 2. AzureSignTool does not seem to support the /ds flag. Here is the signtool documentation for signing a digest file: /ds | Signs the digest only. The input file should be the digest generated by the /dg option. The output file is: .signed.
So does anyone know how to sign digest files with AzureKeyVault HSM certificates? Could we fork the existing repo and add this feature ourselves? What would be required? Thanks, Steve |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone been able to successfully get the AzureSignTool to use the Office Subject Interface Packages to code-sign VBA Macro-enabled documents with a AzureKeyVault HSM EV Codesign certificate?
AzureSignTool seems to ignore the Office Subject Interface Packages.
https://www.microsoft.com/en-us/download/details.aspx?id=56617
Beta Was this translation helpful? Give feedback.
All reactions