<?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: gencsr question on css11506 in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/gencsr-question-on-css11506/m-p/417260#M7525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. you can get a multiple hosts certificate.  The cost is more expensive so.&lt;/P&gt;&lt;P&gt;You'll have to check with the CA what they offer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The certificate itself has no restriction/limitation.  The problem would come from the application.  If the application uses the name contained in the certificate to differentiate platforms or applications or ... you can't reuse the same certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. you can create your own CA.&lt;/P&gt;&lt;P&gt;Simply use the 'openssl' tool to self signed your own certificate.&lt;/P&gt;&lt;P&gt;It's heavily documented on the web.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;P&gt;Thanks for rathing this answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Jan 2006 15:39:14 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2006-01-15T15:39:14Z</dc:date>
    <item>
      <title>gencsr question on css11506</title>
      <link>https://community.cisco.com/t5/application-networking/gencsr-question-on-css11506/m-p/417258#M7523</link>
      <description>&lt;P&gt;I have a ssl module just installed. and tried to configure ssl termination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;followed the quick start, after generate a rsa key and associated the key into a file, I have run ssl gencsr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the next step is to send the output to a CA. I have tried to find anything for A CA, and found that all of them need a charge. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;question:&lt;/P&gt;&lt;P&gt;1. on gencsr command, there is a question about domain. if I give myhost.mydomain.au, then the CA will be only used by myhost, is it right? so, if I give only mydomain.au the all the hosts in my domain can use the CA, am I wrong? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. my client will be oracle users. do I need give different oracle database/application a different CA? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. can I create CA myself since the ssl only used inside my company, internally. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any comments will be apprecated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2006 23:35:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/gencsr-question-on-css11506/m-p/417258#M7523</guid>
      <dc:creator>julxu</dc:creator>
      <dc:date>2006-01-08T23:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: gencsr question on css11506</title>
      <link>https://community.cisco.com/t5/application-networking/gencsr-question-on-css11506/m-p/417259#M7524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about the domain name, but I think that the name you specify there must match the name that the clients use to connect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a fully self signed certificate, which is fine is all your users are internal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this document for details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/css_750/sslgd/certkeys.htm#wp999000" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/css_750/sslgd/certkeys.htm#wp999000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 10:15:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/gencsr-question-on-css11506/m-p/417259#M7524</guid>
      <dc:creator>Gregory Scarlett</dc:creator>
      <dc:date>2006-01-11T10:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: gencsr question on css11506</title>
      <link>https://community.cisco.com/t5/application-networking/gencsr-question-on-css11506/m-p/417260#M7525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. you can get a multiple hosts certificate.  The cost is more expensive so.&lt;/P&gt;&lt;P&gt;You'll have to check with the CA what they offer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The certificate itself has no restriction/limitation.  The problem would come from the application.  If the application uses the name contained in the certificate to differentiate platforms or applications or ... you can't reuse the same certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. you can create your own CA.&lt;/P&gt;&lt;P&gt;Simply use the 'openssl' tool to self signed your own certificate.&lt;/P&gt;&lt;P&gt;It's heavily documented on the web.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;P&gt;Thanks for rathing this answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jan 2006 15:39:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/gencsr-question-on-css11506/m-p/417260#M7525</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2006-01-15T15:39:14Z</dc:date>
    </item>
  </channel>
</rss>

