Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign without private key #142

Closed
jchapelle opened this issue Jul 20, 2021 · 4 comments
Closed

Sign without private key #142

jchapelle opened this issue Jul 20, 2021 · 4 comments
Labels

Comments

@jchapelle
Copy link

Hello,

Using adobe acrobat, we can sign pdf using certificate that is registered on the computer or using a eid smart card. I guess it is then feasible to sign without a private key.

I would like to sign a pdf using a certificate that is available on belgian eid smart card (pkcs#11).
On these cards, there are no private key. The certificate is issued by a trusted CA and only this CA has the private key.
Still, it is feasible to sign a pdf using these eid smart card.

Would it be possible to sign using only the trusted certificate ?

@stale
Copy link

stale bot commented Oct 18, 2021

This issue has been automatically marked as stale because it has not had activity in the past 90 days. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 18, 2021
@vbuch
Copy link
Owner

vbuch commented Oct 19, 2021

Check out #15 #40 and #106

@vbuch vbuch closed this as completed Oct 19, 2021
@vbuch vbuch added the pkcs11 label Oct 19, 2021
@qamalyanaren
Copy link

Hello,
I would like to create desktop application (Electron JS) to sign a pdf using external service returning signature (Base64SignatureOfTheHash), front side sends PDF hash and backend side return signature of the hash. How to insert signed hash to the PDF ?

@vbuch
Copy link
Owner

vbuch commented Nov 19, 2021

@qamalyanaren see here #116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants