ebourg / jsign

Java implementation of Microsoft Authenticode for signing Windows executables, installers & scripts
https://ebourg.github.io/jsign
Apache License 2.0
259 stars 108 forks source link

Added Google HSM Support #57

Closed MickaelAlliel closed 5 years ago

ebourg commented 5 years ago

Thank you for the contribution Mickael. Could you just clean a bit the changes please:

What's the weight of the new dependencies introduced?

ebourg commented 3 years ago

@MickaelAlliel Mickael if you are still around, I've implemented the Google Cloud KMS support and your feedback would be welcome.

The syntax looks like this:

jsign --storetype GOOGLECLOUD --storepass <api-access-token> \
      --keystore projects/first-rain-123/locations/global/keyRings/mykeyring \
      --alias test --certfile full-chain.pem application.exe