cancel
Showing results for 
Search instead for 
Did you mean: 

Can we digitally sign the document with every signing user having his/her own certificates ?

catherine_
Champ on-the-rise
Champ on-the-rise

We are using the nuxeo digital signatures addon to sign the pdf documents. We configured the keystore as follows:

 < extension target="org.nuxeo.ecm.platform.signature.api.pki.RootService"  point="rootconfig">
  < configuration >
    < rootKeystoreFilePath>D:/recm/keystore/SecKeys.jks< /rootKeystoreFilePath>
    < rootKeystorePassword>secretpassword</rootKeystorePassword >
    < rootCertificateAlias>my_alias< /rootCertificateAlias>
    < rootKeyAlias>my_alias< /rootKeyAlias>
    < rootKeyPassword>secretpassword< /rootKeyPassword>
  < /configuration>
 < /extension>

Everything works as great as expected. With the above configuration , i am able to sign the document with the same certificate for every user.i.e every document gets signed with the root certificate alias , my_alias. But if i have multiple users , and i want that every signing user should be able to sign with his/her own certificates ,then , how can i achieve this? It would be great help if someone answers my question .Thanks in advance 🙂

3 REPLIES 3

Florent_Guillau
World-Class Innovator
World-Class Innovator

The Nuxeo Digital Signature addon does not do what you describe. This is the reality:

  • the configuration file you describe is not for configuring a signing key, but for configuring a root certificate used to generate per-user keys,
  • each user has his own key, generated by the system for him, and itself signed by the root certificate.

Thank you Florent for your response.You have always replied to our queries

Souvik_
Confirmed Champ
Confirmed Champ

Hi Florent, That means in multi-tenancy environment also a single certificate will be used. But user will get their own certificates based on the main certificate.

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.