Replies: 1 comment 3 replies
-
That would be a feature in your signing application. You can look at how SignServer does it for example. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing an application to digitally sign a PDF on the server. I am using EJBCA for the key pair and certificate enrollment. The question is: what is the best practice I need to do to access the private key of each user so I can sign the file on my server? I hope users don't need to upload or input anything except the password and the pdf file.
Should I access the private key directly to the database (which I don't really know if is possible) or is there any other way?
Thank you for the help
Beta Was this translation helpful? Give feedback.
All reactions