Expand my Community achievements bar.

Digital Signature

Avatar

Level 2

Is there a way to automatically generate a self-signed digital certificate for users signing a pdf form without digital certificate?

3 Replies

Avatar

Level 2

Does anyone know how I can achieve this?  Is it even possible?  I can't find anything in here nor in google that can help me.

Avatar

Former Community Member

I'm not sure about any third party utilities, but I do know that you can't automate the generation of self-signed certificates using Acrobat or Reader.  As far as I know there are open source certificate servers available.

http://www.openca.org/

http://www.mozilla.org/projects/security/pki/

http://ejbca.sourceforge.net/

Regards

Steve

Avatar

Level 2

Thanks for the references, SForrest96.  I went through the documentations of these open-source utilities but I am still at lost as to how I can integrate it with my own project.  To give you a basic understanding of what I'm doing, I have a website (.Net C#) that hosts interactive PDFs (created using LiveCycle Designer).  Each form can be submitted online.  With the submission, I would like to authenticate the request by allowing the user to digitally sign the form.  But since not all users will have certificates, I would like to automate the process so that upon creation of their accounts a certificate (maybe self-sign digital ID) is created for them and maybe store those certificates somewhere in our application server or database.