Digital Signing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2018 10:12 PM
Please use GitHub issue tool to post issues.
Digital Signing
Developed by Emmanuel ROUX
Alfresco Digital Signing plugin
- Digital sign documents with certificate
- Sign PDF document
- Sign XML files in two modes : embedded or on dedicated XML file
- Sign all documents transformable in PDF (the plugin first converts document in PDF)
- Sign multiple documents in one action (action on selected doculents)
- Pre filled fields
- Contact
- Location
- Possibility to add signature
- All pages
- First page
- Last page
- Even pages
- Odd pages
- Possibility to place the signature
- At the middle of the page
- At the top right of the page
- At the top left of the page
- At the bottom right of the page
- At the bottom left of the page
- Custom position (enter X and Y positions)
- In a field (for PDF editable with named field)
- Add the signature picture (or not) (for example the hand signature picture)
Features
- User dashboard dashlet to :
- View the signature information (with certificate status)
- Create or modify the signature (certificate and picture) : the key file is encrypted and protected with a random secret key
- View all signed documents with filters on
- The person who has signed the document
- Current user
- All users
- All users without current user
- The signature date
- In the last 7 days
- In the last 14 days
- In the last 28 days
- The person who has signed the document
- Digital sign via Share interface
- "Popin" to enter all signing informations
- Digital sign via calling Web Script (URL : POST /api/digitalSigning/sign)
- Use case example : called by a remote application
- Digital sign via JavaScript API (API name : digitalSigning)
- Use case example : sign a document during a workflow step
- Digital sign via JavaScript action(Action name : DigitalSigning)
- Use case example : automatically sign a document when document are added in a folder (content rule)
- Signing indicator
Available language
- English
- French
- Spanish
Compatibility
- Alfresco Community 4.0+
- Alfresco Enterprise 4.0+
Packaging
Alfresco and Share AMPs.Owner Emmanuel Roux‌ Versions Community 4.0.x
Community 4.2.x
Community 5.0.x
Community 5.1.x
Enterprise 4.0.x
Enterprise 4.1.x
Enterprise 4.2.x
Enterprise 5.0.x
Enterprise 5.1.x
Enterprise 5.2.x
License Type Creative Commons by-nc-sa Project Page GitHub - rouxemmanuel/DigitalSigning: Digital Signing Alfresco plugin Download Page Home · rouxemmanuel/DigitalSigning Wiki · GitHub Tags alfresco, Share, sign, certificate, digital signature Component Type Action, Document Library, Integration, Share Dashlet Extension Points Java Service Class, Javascript Root Scope Object, Scheduled Job, Web Script, Share Action, Share Document Library Action, Share Site Dashlet Installation JAR Products Repository, Share Web Client
- Labels:
-
Alfresco Content Services

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2020 04:25 AM
Hi,
Good Morning, I have link https://github.com/rouxemmanuel/DigitalSigning
and successful install addons on Alfresco community 5. I have also add dashlet for digital signature on my dashboard alfresco. Now I don't know how to generate certificate for username.
I generate certificate with openssl
openssl genrsa -aes128 -passout passassword -out privatekey.pem 2048
openssl req -new -key privatekey.pem -passout passassword -out server.csr
openssl x509 -req -days 365 -in server.csr -signkey privatekey.pem -out server.crt
After trying import that certificate on portal, it failed.
Can you help you by providing guidance to solved that issue please ?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2020 04:42 AM
Hi @LandryCHEDJOU,
I think you should raise this question on the relevant github project - the author has written, "Please use GitHub issue tool to post issues."
Kind regards,
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2021 09:01 AM
Digital Signing My Solution:
openssl genrsa 2048 > alf-private.pem
openssl req -x509 -days 365 -new -key alf-private.pem -out alf-public.pem
openssl pkcs12 -export -in alf-public.pem -inkey alf-private.pem -out alf-cert.pfx
1- Login Alfresco
2- Add Signature Dashlet in User Dashboard
3- Edit click inSignature Dashlet
4- Add Key file: alf-cert.pfx
5- Enter certificate password
6- Select a your Siganture image

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2022 05:15 AM
Hello
I Need tutorial to sign signature in document
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2022 10:43 AM
Good afternoon,
Is that add-on compatible with Alfresco 6.x?
Best Regards Angel
