-
Hello, I currently have a situation where multiple windows machines need to sign with a code signing certificate that is on a physical token.
Steps 3 and 4 are separated because signtool does not support timestamping at the same time as ingesting a signed digest. My problem is that I now need to reproduce this series of steps on Linux machines as well, and so am looking for a way to reproduce this with a tool that supports this operating system, which jsign is. However, I could not find any command line options that would replicate the
Is this something that is already available? Or could this be added to jsign? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What is the remote service used? |
Beta Was this translation helpful? Give feedback.
I see, so the Yubikey is plugged on the server, and the clients use it through an API. There is SignServer that does something like this too, but Jsign can't call it directly.
If you don't mind coding a bit in Java you could implement the net.jsign.jca.SigningService interface to call your REST API. That's how Jsign calls AWS, Google Cloud and other signing services. Then you would sign though your API by using a custom storetype: