Digital Signing

cancel
Showing results for 
Search instead for 
Did you mean: 
alfresco
Alfresco Employee

Digital Signing

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
      • 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.
    OwnerEmmanuel 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 TypeCreative Commons by-nc-sa
    Project PageGitHub - rouxemmanuel/DigitalSigning: Digital Signing Alfresco plugin 
    Download PageHome · rouxemmanuel/DigitalSigning Wiki · GitHub 
    Tagsalfresco, Share, sign, certificate, digital signature
    Component TypeAction, Document Library, Integration, Share Dashlet
    Extension PointsJava Service Class, Javascript Root Scope Object, Scheduled Job, Web Script, Share Action, Share Document Library Action, Share Site Dashlet
    InstallationJAR
    ProductsRepository, Share Web Client

5 Replies
LandryCHEDJOU
Member II

Re: Digital Signing

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 passSmiley Tongueassword -out privatekey.pem 2048

openssl req -new -key privatekey.pem -passout passSmiley Tongueassword -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,

 

EddieMay
Alfresco Employee

Re: Digital Signing

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 Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!
unibravo
Active Member II

Re: Digital Signing

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

 

DigitalSignature.png

Ari_Trisakti09
Member II

Re: Digital Signing

Hello

I Need tutorial to sign signature in document

 

Thanks

angel_mesones
Partner

Re: Digital Signing

Good afternoon,

Is that add-on compatible with Alfresco 6.x? 

Best Regards Angel