<?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>question Re: Setting up SSL between different HDP components in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117384#M55107</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15105/rahgulati.html" nodeid="15105"&gt;@rahul gulati&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I thought I have covered all the steps in the article. The only different for self signed and CA signed is STEP1 - so both mentioned there. for CA signed cert CA signing would provide you their root CA so that it can trust all their certs&lt;/P&gt;</description>
    <pubDate>Mon, 27 Feb 2017 02:17:58 GMT</pubDate>
    <dc:creator>apappu</dc:creator>
    <dc:date>2017-02-27T02:17:58Z</dc:date>
    <item>
      <title>Setting up SSL between different HDP components</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117377#M55100</link>
      <description>&lt;P&gt;I am trying to setup SSL for HDFS on 4 Node cluster(Edge Node, Master Node and 2 Slave Nodes). I am trying to follow the link mentioned below to setup SSL between different hadoop services. &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_Security_Guide/content/create-internal-ca.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_Security_Guide/content/create-internal-ca.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i want to use the option of Creating and Setting internal CA repository(openssl).  I have created the key and certificate for each node in cluster(including edge node).I am finding to hard to understand that where should i be keeping the truststore and keystore across different machines of the cluster? Shall i put it only on Namenode only or all node? Will Edge Node be part of setting up this SSL?&lt;/P&gt;&lt;P&gt;Please suggest the way to setup SSL in case of MultiNode Cluster?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 22:44:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117377#M55100</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-21T22:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up SSL between different HDP components</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117378#M55101</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 22:44:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117378#M55101</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-21T22:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up SSL between different HDP components</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117379#M55102</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.hortonworks.com/questions/84717/setting-up-ssl-between-different-hdp-components.html#"&gt;@rahul gulati&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Here's what you need to do:&lt;/P&gt;&lt;P&gt;1. Set up your own CA using openssl&lt;/P&gt;&lt;P&gt;2. On each Hadoop service node (NN, DN, YARN RM, NM etc.) :&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;a. generate a key pair into 'server-keystore.jks' and export public cert into file&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;b. Get this public cert signed by CA keys&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;c. Import the signed-cert back into 'server-keystore.jks'&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;d. Import CA's public cert into a new 'server-truststore.jks'&lt;/P&gt;&lt;P&gt;3. On each edge node (where only Hadoop clients are supposed to run):&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;a. Import CA's public cert into a new 'client-truststore.jks'&lt;/P&gt;&lt;P&gt;Above should give you a fair idea of what should go where. Mind you, this only covers SSL infrastructure. This is assuming that you will do the rest of the Hadoop SSL configuration along with these.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2017 10:08:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117379#M55102</guid>
      <dc:creator>VR46</dc:creator>
      <dc:date>2017-02-25T10:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up SSL between different HDP components</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117380#M55103</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15105/rahgulati.html" nodeid="15105"&gt;@rahul gulati&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can follow the article that I have published few days ago. &lt;A href="https://community.hortonworks.com/articles/52875/enable-https-for-hdfs.html" target="_blank"&gt;https://community.hortonworks.com/articles/52875/enable-https-for-hdfs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2017 12:50:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117380#M55103</guid>
      <dc:creator>apappu</dc:creator>
      <dc:date>2017-02-25T12:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up SSL between different HDP components</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117381#M55104</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11311/apappu.html" nodeid="11311"&gt;@apappu&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I followed the same link. I want to get my cert signed by own CA. so i was trying to follow the step 1. but i was not getting sure where should i run each each step(1-7) in case of 4 node cluster.(Edge, Namenode and 2 slave nodes)?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2017 23:51:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117381#M55104</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-25T23:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up SSL between different HDP components</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117382#M55105</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15105/rahgulati.html" nodeid="15105"&gt;@rahul gulati&lt;/A&gt; &lt;/P&gt;&lt;P&gt;For self signed cert  - in step1 I have mentioned a block "If it is self signed cert"  to create the cert. you need to create 2 different certs/keystore files for each Namenode. remaining steps you will be configuring at the service level - so number of nodes does not matter.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;In NN1 host: &lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;keytool -genkey -keyalg RSA -alias NNHOST1 -keystore /tmp/keystore.jks -storepass bigdata -validity 360-keysize 2048&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;In NN2 host:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;keytool -genkey -keyalg RSA -alias NNHOST2 -keystore /tmp/keystore.jks -storepass bigdata -validity 360-keysize 2048&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Create common trustore.&lt;/P&gt;&lt;P&gt;Run&lt;/P&gt;&lt;P&gt;In NN1 HOST:&lt;/P&gt;&lt;P&gt;keytool -v -importkeystore -srckeystore /tmp/keystore.jks -srcalias NNHOST1 -destkeystore truststore.jks&lt;/P&gt;&lt;P&gt;Now copy above create Truststore to NN2 HOST&lt;/P&gt;&lt;P&gt;keytool -v -importkeystore -srckeystore /tmp/keystore.jks -srcalias NNHOST2 -destkeystore truststore.jks&lt;/P&gt;&lt;P&gt;Now truststore has both certs - so copy this truststore to all the nodes (including NN1 host as well). configure the truststore path as mentioned int he article.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 01:54:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117382#M55105</guid>
      <dc:creator>apappu</dc:creator>
      <dc:date>2017-02-27T01:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up SSL between different HDP components</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117383#M55106</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/11311/apappu.html" nodeid="11311"&gt;@apappu&lt;/A&gt;&lt;P&gt;Thanks for the reply. If it is to be signed by self created CA or external CA then could you help in listing the steps for the same?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 02:00:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117383#M55106</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-02-27T02:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up SSL between different HDP components</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117384#M55107</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15105/rahgulati.html" nodeid="15105"&gt;@rahul gulati&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I thought I have covered all the steps in the article. The only different for self signed and CA signed is STEP1 - so both mentioned there. for CA signed cert CA signing would provide you their root CA so that it can trust all their certs&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 02:17:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Setting-up-SSL-between-different-HDP-components/m-p/117384#M55107</guid>
      <dc:creator>apappu</dc:creator>
      <dc:date>2017-02-27T02:17:58Z</dc:date>
    </item>
  </channel>
</rss>

