<?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 Signature in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/digital-signature/m-p/318608#M5609</link>
    <description>&lt;P&gt;I am having some difficulty replacing the sample digital signature certificate with my new self signed one.  I am somewhat new to Nuxeo, so they may be rudimentary questions, but here they are:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In the documentation &lt;A href="http://doc.nuxeo.com/display/CONNECT/Digital+Signature#DigitalSignature-Configuration" target="test_blank"&gt;http://doc.nuxeo.com/display/CONNECT/Digital+Signature#DigitalSignature-Configuration&lt;/A&gt;, it mentions to create a config file named &lt;EM&gt;&lt;STRONG&gt;config.xml.  My assumption is that "&lt;/STRONG&gt;&lt;/EM&gt;" can be whatever name I wish to give it, such as "dsigconfig.xml"?  Is this assumption correct?&lt;/LI&gt;
&lt;LI&gt;Second question is the path within the xml file to give to locate the Root Keystore Path.  The sample shows &lt;ROOTKEYSTOREFILEPATH&gt;test-config/keystore.jks&lt;/ROOTKEYSTOREFILEPATH&gt;. Should this be the path that I used Keytool in Java to create my JKS file?
Thanks&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Thu, 09 Aug 2012 20:25:25 GMT</pubDate>
    <dc:creator>SJanzen_</dc:creator>
    <dc:date>2012-08-09T20:25:25Z</dc:date>
    <item>
      <title>Digital Signature</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/digital-signature/m-p/318608#M5609</link>
      <description>&lt;P&gt;I am having some difficulty replacing the sample digital signature certificate with my new self signed one.  I am somewhat new to Nuxeo, so they may be rudimentary questions, but here they are:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In the documentation &lt;A href="http://doc.nuxeo.com/display/CONNECT/Digital+Signature#DigitalSignature-Configuration" target="test_blank"&gt;http://doc.nuxeo.com/display/CONNECT/Digital+Signature#DigitalSignature-Configuration&lt;/A&gt;, it mentions to create a config file named &lt;EM&gt;&lt;STRONG&gt;config.xml.  My assumption is that "&lt;/STRONG&gt;&lt;/EM&gt;" can be whatever name I wish to give it, such as "dsigconfig.xml"?  Is this assumption correct?&lt;/LI&gt;
&lt;LI&gt;Second question is the path within the xml file to give to locate the Root Keystore Path.  The sample shows &lt;ROOTKEYSTOREFILEPATH&gt;test-config/keystore.jks&lt;/ROOTKEYSTOREFILEPATH&gt;. Should this be the path that I used Keytool in Java to create my JKS file?
Thanks&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 09 Aug 2012 20:25:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/digital-signature/m-p/318608#M5609</guid>
      <dc:creator>SJanzen_</dc:creator>
      <dc:date>2012-08-09T20:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Digital Signature</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/digital-signature/m-p/318609#M5610</link>
      <description>&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;The file name should follow this convention:&lt;/P&gt;
&lt;P&gt;&lt;CUSTOMNAMEPART&gt;-config.xml&lt;/CUSTOMNAMEPART&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;so a valid name would be for instance:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; dsig-config.xml
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(I have updated the documentation to include this example)&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;&lt;P&gt;The keystore file path can be either a relative path inside the jar containing the signature implementation classes (e.g. nuxeo-platform-signature-core-5.5.jar):&lt;/P&gt;
&lt;P&gt;&lt;ROOTKEYSTOREFILEPATH&gt;test-config/keystore.jks&lt;/ROOTKEYSTOREFILEPATH&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;or an absolute path pointing to where you saved your keystore file:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;rootkeystorefilepath&amp;gt;/home/someuser/keystore.jks&amp;lt;/rootkeystorefilepath&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;in windows the absolute path should resemble something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;rootkeystorefilepath&amp;gt;C:/secure/keystore.jks&amp;lt;/rootkeystorefilepath&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Aug 2012 00:22:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/digital-signature/m-p/318609#M5610</guid>
      <dc:creator>Wojciech_Sulejm</dc:creator>
      <dc:date>2012-08-14T00:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Digital Signature</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/digital-signature/m-p/318610#M5611</link>
      <description>&lt;P&gt;Thank you for this answer. I only have one question. What is the best command to use to generate an initial keystore, if one has not been set up ( I would like to set the path for it) ?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 02:56:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/digital-signature/m-p/318610#M5611</guid>
      <dc:creator>ben-Nabiy_Derus</dc:creator>
      <dc:date>2014-09-29T02:56:35Z</dc:date>
    </item>
  </channel>
</rss>

