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 |
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,
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,
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
Hello
I Need tutorial to sign signature in document
Thanks
Good afternoon,
Is that add-on compatible with Alfresco 6.x?
Best Regards Angel
Add-ons is the place to find extensions, Alfresco customizations and related projects for your installation.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.