<?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: Configuring SSL termination on ACE in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126335#M23178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think PEM is supported  on IIS. &lt;/P&gt;&lt;P&gt;But you can easily convert these to PEM using open ssl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following link will give you the needed steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.petefreitag.com/item/16.cfm" target="_blank"&gt;http://www.petefreitag.com/item/16.cfm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed Iftekhar Ahmed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2008 18:08:05 GMT</pubDate>
    <dc:creator>Syed Iftekhar Ahmed</dc:creator>
    <dc:date>2008-10-22T18:08:05Z</dc:date>
    <item>
      <title>Configuring SSL termination on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126326#M23169</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain what is SSL proxy service used for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please give a one liner description of the below entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl-proxy service PSERVICE_SERVER&lt;/P&gt;&lt;P&gt; key ACEKEY.PEM&lt;/P&gt;&lt;P&gt; cert ACEIDM-CERT.PEM&lt;/P&gt;&lt;P&gt; chaingroup CISCOSSLCA-group&lt;/P&gt;&lt;P&gt; ssl advanced-options PARAMMAP_SSL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, why is PEM extension used for certificate. Can other extensions be used as well like CER etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2008 17:04:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126326#M23169</guid>
      <dc:creator>new_networker</dc:creator>
      <dc:date>2008-09-19T17:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL termination on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126327#M23170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SSL proxy server is used to define the server certs, Intermediate certs (if any - using chaingroup) and RSA Key pairs that should be used to Offload SSL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following will be the line by line description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;key ACEKEY.PEM &amp;lt;-- Use ACEKEY.PEM named RSA key to offload request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cert ACEIDM-CERT.PEM &amp;lt;-- USe this server certificate to offload SSL request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chaingroup CISCOSSLCA-group &amp;lt;-- Use this chain group to complete Cert chain. This cahin group is configured seperately and it carries all the intermediate certs needed to complete the certificate chain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl advanced-options PARAMMAP_SSL &amp;lt;- This SSL type parameter map is also created seperately and it include the supported SSL version and SSL ciphers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't use SSL type parameter type then by default ACE supports all ciphers &amp;amp; all SSL versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE supports PEM, DER &amp;amp; PKCS12 formats. You can use any extensions as long as the certs follow one of the above mentioned standards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 20:39:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126327#M23170</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2008-09-19T20:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL termination on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126328#M23171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we were to use an SSL certificate on ACE module for lets say six months and then we replace the ACE module. Can the same certificate be used in the newly installed ACE module or would a new SSL certificate be required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 11:33:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126328#M23171</guid>
      <dc:creator>new_networker</dc:creator>
      <dc:date>2008-09-20T11:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL termination on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126329#M23172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can export the RSA keypair and Certificates from one ACE and can import it to another ACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 12:07:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126329#M23172</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2008-09-20T12:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL termination on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126330#M23173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In reference to your previous post, does SSL proxy service need to be a dedicated server required to hold the server certificates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 12:27:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126330#M23173</guid>
      <dc:creator>new_networker</dc:creator>
      <dc:date>2008-09-22T12:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL termination on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126331#M23174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its just a configuration object defined on ACE that holds the relevant SSL objects (cert,key,cert chain, allowed ciphers..). You can have multiple SSL proxy services that can be used by ACE to offload traffic for different applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 18:46:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126331#M23174</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2008-09-22T18:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL termination on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126332#M23175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I generate the key, how can I list it in the ACE file system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the key will be added from the local file system on ACE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it is ok that the key is in PEM format and the Certificate is in DER format. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 10:30:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126332#M23175</guid>
      <dc:creator>new_networker</dc:creator>
      <dc:date>2008-10-22T10:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL termination on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126333#M23176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show crypto files &lt;/P&gt;&lt;P&gt;will show you all keys &amp;amp; certs on ACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using openssl you can easily convert pem--&amp;gt;DER and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed Iftekhar Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 17:26:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126333#M23176</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2008-10-22T17:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL termination on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126334#M23177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you know whether MS IIS - Certificate Authority supports PEM format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can only see PKCS and DER. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 17:38:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126334#M23177</guid>
      <dc:creator>new_networker</dc:creator>
      <dc:date>2008-10-22T17:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SSL termination on ACE</title>
      <link>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126335#M23178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think PEM is supported  on IIS. &lt;/P&gt;&lt;P&gt;But you can easily convert these to PEM using open ssl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following link will give you the needed steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.petefreitag.com/item/16.cfm" target="_blank"&gt;http://www.petefreitag.com/item/16.cfm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed Iftekhar Ahmed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 18:08:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/configuring-ssl-termination-on-ace/m-p/1126335#M23178</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2008-10-22T18:08:05Z</dc:date>
    </item>
  </channel>
</rss>

