it could even be a broker that signs with multiple different signers depending on the request / data. you can hook it up in a lot of ways. either stdin/stdout, pipes, unix domain sockets, even posix message queues would work. That part is more about your preference and use case requirements. Is it an Async or Sync signing requirement on message receive, etc.

Reply to this note

Please Login to reply.

Discussion

making signing requests async is annoying but probably necessary for us since I don't want notedeck apps to have access to keys

Assumed async just by the usage pattern but it could be implemented both ways. It would just make the notedeck seem less responsive or not responsive until signage is complete.