-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for configuring /td sha384
(timestamp digest algorithm) in Windows code signing
#8792
Comments
So I took a look at the code and it seems you could tap into the signtool flow "easily" with a custom signing script for Notes:
|
I have not tested, but it should be sufficient to specify win:
azureSignOptions:
timestampDigest: SHA384
endpoint: ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I would like to know if it's possible to configure electron-builder to include the
/td sha384
argument when usingsigntool
for Windows code signing. This is to specify the timestamp digest algorithm as SHA384.Currently, I couldn't find a direct way to configure this in the
build.win
options. Is there an existing way to achieve this?Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: