<?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 Re: OpenFlow Instance with TLS -- how to create Certificate for OpenFlow? in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/openflow-instance-with-tls-how-to-create-certificate-for/m-p/6356281#M109</link>
    <description>&lt;P&gt;First, if you are using the HP controller, the certificate used on the switch must be the signed by the same CA as the cert on the controller. So a self-signed cert won't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To install a CA signed cert on a provision based switch:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Set the time correctly (either manually or with SNTP/Timep)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Configure the identity of the switche with "crypto pki identity-profile"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Generate a CSR with "crypto pki create-csr" make sure you use the "usage" option in the command and specify "all" or "openflow"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Then take the CSR to a CA of your choice&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Install the resulting certificate onto the switch with "crypto pki install-signed-certificate"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These commands are just the beginning of the command, use tab or ? to complete the command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2014 18:58:11 GMT</pubDate>
    <dc:creator>EricAtHP</dc:creator>
    <dc:date>2014-01-29T18:58:11Z</dc:date>
    <item>
      <title>OpenFlow Instance with TLS -- how to create Certificate for OpenFlow?</title>
      <link>https://community.hpe.com/t5/software-defined-networking/openflow-instance-with-tls-how-to-create-certificate-for/m-p/6356145#M108</link>
      <description>&lt;P&gt;I get this error when trying to configure my OF instance on PV 3800 (KA_15_14):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3800B(config)# openflow instance vpatch controller-id 1 secure&lt;BR /&gt;Certificate for OpenFlow is not configured.&lt;BR /&gt;3800B(config)#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to create self-signed cert from the web UI, but no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have the process for creating/getting the correct cert and installing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The config guide just says you need one and is not specific on how to configure it.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2014 17:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/openflow-instance-with-tls-how-to-create-certificate-for/m-p/6356145#M108</guid>
      <dc:creator>RGBD</dc:creator>
      <dc:date>2014-01-29T17:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: OpenFlow Instance with TLS -- how to create Certificate for OpenFlow?</title>
      <link>https://community.hpe.com/t5/software-defined-networking/openflow-instance-with-tls-how-to-create-certificate-for/m-p/6356281#M109</link>
      <description>&lt;P&gt;First, if you are using the HP controller, the certificate used on the switch must be the signed by the same CA as the cert on the controller. So a self-signed cert won't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To install a CA signed cert on a provision based switch:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Set the time correctly (either manually or with SNTP/Timep)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Configure the identity of the switche with "crypto pki identity-profile"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Generate a CSR with "crypto pki create-csr" make sure you use the "usage" option in the command and specify "all" or "openflow"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Then take the CSR to a CA of your choice&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Install the resulting certificate onto the switch with "crypto pki install-signed-certificate"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These commands are just the beginning of the command, use tab or ? to complete the command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2014 18:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/openflow-instance-with-tls-how-to-create-certificate-for/m-p/6356281#M109</guid>
      <dc:creator>EricAtHP</dc:creator>
      <dc:date>2014-01-29T18:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: OpenFlow Instance with TLS -- how to create Certificate for OpenFlow?</title>
      <link>https://community.hpe.com/t5/software-defined-networking/openflow-instance-with-tls-how-to-create-certificate-for/m-p/6365379#M133</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Just following up to see if the previous post answers your query.&lt;/P&gt;&lt;P&gt;Please feel free to reply incase you have more questions around the same topic or open a new thread if new&amp;nbsp; topic.&lt;BR /&gt;If you feel we have answered your question, please do let us know by marking this response as an 'accepted solution’.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;HP SDN Team&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 11:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/openflow-instance-with-tls-how-to-create-certificate-for/m-p/6365379#M133</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-02-05T11:34:27Z</dc:date>
    </item>
  </channel>
</rss>

