06-18-2018 10:12 PM
Please use GitHub issue tool to post issues.
Developed by Emmanuel ROUX
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 |
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,
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,
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
01-06-2022 05:15 AM
Hello
I Need tutorial to sign signature in document
Thanks
01-18-2022 10:43 AM
Good afternoon,
Is that add-on compatible with Alfresco 6.x?
Best Regards Angel
Explore our Alfresco products with the links below. Use labels to filter content by product module.