Replies: 1 comment 3 replies
-
CloudHSM supports access over PKCS#11: https://docs.aws.amazon.com/cloudhsm/latest/userguide/pkcs11-library.html. This is supported out of the box in pyHanko. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm building a signing SDK where the client-side SDK sends a document hash to the server and receives signed data to integrate into the PDF. The process consists of these 3 steps:
Step 1: The SDK prepares a document hash from the PDF file on the client machine and sends it to the server.
Step 2: The server signs this document hash using AWS CloudHSM Client SDK 5 and returns the signed data.
Step 3: The client-side SDK receives the signed data and integrates it into the PDF file.
How can I achieve this requirement using pyHanko?
Beta Was this translation helpful? Give feedback.
All reactions