Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Sanders <[email protected]>
  • Loading branch information
felixrieseberg and dsanders11 authored Jul 23, 2024
1 parent bfb0c47 commit 38d8a7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ Since 2023, Microsoft requires that Windows software be signed with an extended
The industry has an answer to this problem: Services like Digicert Keylocker, AWS CloudHSM, Azure Key Vault HSM, or Google Cloud Key Management Service HSM allow code signing binaries with an Extended Validation (EV) certificate from the cloud. `@electron/windows-sign` is compatible with all of these services.

## Custom signtool parameters

Most services allow signing your code with Microsoft's `signtool.exe`. Let's take Digicert Keylocker as an example. [Digicert's documentation](https://docs.digicert.com/en/digicert-keylocker/signing-tools/sign-authenticode-files-with-signtool-on-windows.html) explains the steps necessary to setup your signing machine. Once done, you can sign with the following call:

```
Expand Down

0 comments on commit 38d8a7e

Please sign in to comment.