<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Digital Signing  in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3642#M1415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Please use GitHub issue tool to post issues.&lt;/STRONG&gt;&lt;/P&gt;&lt;H2&gt;Digital Signing&lt;/H2&gt;&lt;P&gt;Developed by &lt;A href="http://about.me/emmanuel.roux" target="_blank" rel="nofollow noopener noreferrer"&gt;Emmanuel ROUX&lt;/A&gt;&lt;/P&gt;&lt;H3&gt;Alfresco Digital Signing plugin&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Digital sign documents with certificate&lt;UL&gt;&lt;LI&gt;Sign PDF document&lt;/LI&gt;&lt;LI&gt;Sign XML files in two modes : embedded or on dedicated XML file&lt;/LI&gt;&lt;LI&gt;Sign all documents transformable in PDF (the plugin first converts document in PDF)&lt;/LI&gt;&lt;LI&gt;Sign multiple documents in one action (action on selected doculents)&lt;/LI&gt;&lt;LI&gt;Pre filled fields&lt;UL&gt;&lt;LI&gt;Contact&lt;/LI&gt;&lt;LI&gt;Location&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Possibility to add signature&lt;UL&gt;&lt;LI&gt;All pages&lt;/LI&gt;&lt;LI&gt;First page&lt;/LI&gt;&lt;LI&gt;Last page&lt;/LI&gt;&lt;LI&gt;Even pages&lt;/LI&gt;&lt;LI&gt;Odd pages&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Possibility to place the signature&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;At the middle of the page&lt;/LI&gt;&lt;LI&gt;At the top right of the page&lt;/LI&gt;&lt;LI&gt;At the top left of the page&lt;/LI&gt;&lt;LI&gt;At the bottom right of the page&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;IMG src="https://github.com/rouxemmanuel/images/raw/master/wikiDigitalSigningImages/wordSigned.png" width="400" /&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;At the bottom left of the page&lt;/LI&gt;&lt;LI&gt;Custom position (enter X and Y positions)&lt;/LI&gt;&lt;LI&gt;In a field (for PDF editable with named field)&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;IMG src="https://github.com/rouxemmanuel/images/raw/master/wikiDigitalSigningImages/pdfSigned.png" width="400" /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Add the signature picture (or not) (for example the hand signature picture)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/P&gt;&lt;H3&gt;Features&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;User dashboard dashlet to :&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;View the signature information (with certificate status)&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;IMG src="https://github.com/rouxemmanuel/images/raw/master/wikiDigitalSigningImages/dashlet.png" /&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Create or modify the signature (certificate and picture) : the key file is encrypted and protected with a random secret key&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;IMG src="https://github.com/rouxemmanuel/images/raw/master/wikiDigitalSigningImages/createModifySignature.png" /&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;View all signed documents with filters on&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;The person who has signed the document&lt;UL&gt;&lt;LI&gt;Current user&lt;/LI&gt;&lt;LI&gt;All users&lt;/LI&gt;&lt;LI&gt;All users without current user&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The signature date&lt;UL&gt;&lt;LI&gt;In the last 7 days&lt;/LI&gt;&lt;LI&gt;In the last 14 days&lt;/LI&gt;&lt;LI&gt;In the last 28 days&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;IMG src="https://github.com/rouxemmanuel/images/raw/master/wikiDigitalSigningImages/dashlet_list.png" /&gt;&lt;/LI&gt;&lt;LI&gt;Digital sign via Share interface &lt;IMG src="https://github.com/rouxemmanuel/images/raw/master/wikiDigitalSigningImages/signDocument.png" /&gt; &lt;IMG src="https://github.com/rouxemmanuel/images/raw/master/wikiDigitalSigningImages/multipleSign.png" /&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;"Popin" to enter all signing informations&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;IMG src="https://github.com/rouxemmanuel/images/raw/master/wikiDigitalSigningImages/signDocument2.png" /&gt;&lt;IMG src="https://github.com/rouxemmanuel/images/raw/master/wikiDigitalSigningImages/signDocument3.png" /&gt;&lt;/LI&gt;&lt;LI&gt;Digital sign via calling Web Script (URL : POST /api/digitalSigning/sign)&lt;UL&gt;&lt;LI&gt;Use case example : called by a remote application&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Digital sign via JavaScript API (API name : digitalSigning)&lt;UL&gt;&lt;LI&gt;Use case example : sign a document during a workflow step&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Digital sign via JavaScript action(Action name : DigitalSigning)&lt;UL&gt;&lt;LI&gt;Use case example : automatically sign a document when document are added in a folder (content rule)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Signing indicator&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;IMG src="https://github.com/rouxemmanuel/images/raw/master/wikiDigitalSigningImages/indicator.png" /&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;H3&gt;Available language&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;English&lt;/LI&gt;&lt;LI&gt;French&lt;/LI&gt;&lt;LI&gt;Spanish&lt;/LI&gt;&lt;/UL&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;H3&gt;Compatibility&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Alfresco Community 4.0+&lt;/LI&gt;&lt;LI&gt;Alfresco Enterprise 4.0+&lt;/LI&gt;&lt;/UL&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;H3&gt;Packaging&lt;/H3&gt;Alfresco and Share AMPs.&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 19.5066%;"&gt;&lt;/TH&gt;&lt;TH style="width: 78.7972%;"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Owner&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;B&gt;Emmanuel Roux&lt;/B&gt;‌&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Versions&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;P&gt;Community 4.0.x&lt;/P&gt;&lt;P&gt;Community 4.2.x&lt;/P&gt;&lt;P&gt;Community 5.0.x&lt;/P&gt;&lt;P&gt;Community 5.1.x&lt;/P&gt;&lt;P&gt;Enterprise 4.0.x&lt;/P&gt;&lt;P&gt;Enterprise 4.1.x&lt;/P&gt;&lt;P&gt;Enterprise 4.2.x&lt;/P&gt;&lt;P&gt;Enterprise 5.0.x&lt;/P&gt;&lt;P&gt;Enterprise 5.1.x&lt;/P&gt;&lt;P&gt;Enterprise 5.2.x&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;License Type&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;Creative Commons by-nc-sa&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Project Page&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;A class="link-titled" href="https://github.com/rouxemmanuel/DigitalSigning/" title="https://github.com/rouxemmanuel/DigitalSigning/" rel="nofollow noopener noreferrer"&gt;GitHub - rouxemmanuel/DigitalSigning: Digital Signing Alfresco plugin&lt;/A&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Download Page&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;A class="link-titled" href="https://github.com/rouxemmanuel/DigitalSigning/wiki" title="https://github.com/rouxemmanuel/DigitalSigning/wiki" rel="nofollow noopener noreferrer"&gt;Home · rouxemmanuel/DigitalSigning Wiki · GitHub&lt;/A&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Tags&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;alfresco, Share, sign, certificate, digital signature&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Component Type&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;Action, Document Library, Integration, Share Dashlet&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Extension Points&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;Java Service Class, Javascript Root Scope Object, Scheduled Job, Web Script, Share Action, Share Document Library Action, Share Site Dashlet&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Installation&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;JAR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Products&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;Repository, Share Web Client&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2018 02:12:43 GMT</pubDate>
    <dc:creator>alfresco</dc:creator>
    <dc:date>2018-06-19T02:12:43Z</dc:date>
    <item>
      <title>Digital Signing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3642#M1415</link>
      <description>Please use GitHub issue tool to post issues.Digital SigningDeveloped by Emmanuel ROUXAlfresco Digital Signing pluginDigital sign documents with certificateSign PDF documentSign XML files in two modes : embedded or on dedicated XML fileSign all documents transformable in PDF (the plugin first convert</description>
      <pubDate>Tue, 19 Jun 2018 02:12:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3642#M1415</guid>
      <dc:creator>alfresco</dc:creator>
      <dc:date>2018-06-19T02:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Digital Signing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3643#M1416</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good Morning, I have link&amp;nbsp;&lt;A href="https://github.com/rouxemmanuel/DigitalSigning" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/rouxemmanuel/DigitalSigning&lt;/A&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;I generate certificate with openssl&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;openssl genrsa -aes128 -passout pass&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assword -out privatekey.pem 2048 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;openssl req -new -key privatekey.pem -passout pass&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assword -out server.csr &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;openssl x509 -req -days 365 -in server.csr -signkey privatekey.pem -out server.crt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;After trying import that certificate on portal, it failed.&lt;/P&gt;&lt;P&gt;Can you help you by providing guidance to solved that issue please ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 08:25:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3643#M1416</guid>
      <dc:creator>LandryCHEDJOU</dc:creator>
      <dc:date>2020-04-15T08:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Digital Signing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3644#M1417</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81245"&gt;@LandryCHEDJOU&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I think you should raise this question on the relevant github project - the author has written, "&lt;STRONG&gt;Please use GitHub issue tool to post issues.&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 08:42:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3644#M1417</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-05-13T08:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Digital Signing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3645#M1418</link>
      <description>&lt;P class="p1"&gt;&lt;STRONG&gt;Digital Signing My Solution:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p1"&gt;openssl genrsa 2048 &amp;gt; alf-private.pem&lt;/P&gt;&lt;P class="p1"&gt;openssl req -x509 -days 365 -new -key alf-private.pem -out alf-public.pem&lt;/P&gt;&lt;P class="p1"&gt;openssl pkcs12 -export -in alf-public.pem -inkey alf-private.pem -out alf-cert.pfx&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;1- Login Alfresco&lt;/P&gt;&lt;P class="p1"&gt;2- Add Signature Dashlet in User Dashboard&lt;/P&gt;&lt;P class="p1"&gt;3- Edit click inSignature Dashlet&lt;/P&gt;&lt;P class="p1"&gt;4- Add Key file:&amp;nbsp;alf-cert.pfx&lt;/P&gt;&lt;P class="p1"&gt;5- Enter certificate password&lt;/P&gt;&lt;P class="p1"&gt;6- Select a your Siganture image&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DigitalSignature.png" style="width: 838px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/3iF3DC8E97B220742F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 13:01:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3645#M1418</guid>
      <dc:creator>unibravo</dc:creator>
      <dc:date>2021-04-07T13:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Digital Signing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3646#M1419</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I Need tutorial to sign signature in document&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 10:15:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3646#M1419</guid>
      <dc:creator>Ari_Trisakti09</dc:creator>
      <dc:date>2022-01-06T10:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Digital Signing</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3647#M1420</link>
      <description>&lt;P&gt;Good afternoon,&lt;BR /&gt;&lt;BR /&gt;Is that add-on compatible with Alfresco 6.x?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best Regards Angel&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 15:43:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/digital-signing/m-p/3647#M1420</guid>
      <dc:creator>angel_mesones</dc:creator>
      <dc:date>2022-01-18T15:43:22Z</dc:date>
    </item>
  </channel>
</rss>

