<?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 CA authentication on PIX in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ca-authentication-on-pix/m-p/194303#M6273</link>
    <description>&lt;P&gt;PIX 515 with VPN and des enabled running Ver. 6.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hv configured the pix for the CA cert server authentication using W2K Domain Controller and was unable to authenticate the cert server thru pix. The config was done using the following command mentioned below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix(config)# ca generate rsa specialkey rsa 512&lt;/P&gt;&lt;P&gt;For &amp;lt;key_modulus_size&amp;gt; &amp;gt;= 512, key generation could&lt;/P&gt;&lt;P&gt;  take up to several minutes. Please wait.&lt;/P&gt;&lt;P&gt;pix(config)# ca identity caserver 140.188.8.13://caserver/certsrv/mscep/mscep.dll&lt;/P&gt;&lt;P&gt;pix(config)# ca configure caserver ca 1 20 crloptional&lt;/P&gt;&lt;P&gt;pix(config)# show ca mypubkey rsa&lt;/P&gt;&lt;P&gt;% Key pair was generated at: 13:00:09 UTC Jan 23 2003&lt;/P&gt;&lt;P&gt;Key name: pix.domain.net&lt;/P&gt;&lt;P&gt; Usage: Encryption Key&lt;/P&gt;&lt;P&gt; Key Data: XXXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix(config)# ca authenticate caserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After issuing the above said command, i can see neithier any attributes nor any finger prints. The same thing was also implemented on a router with FW based IOS where it generated an error msg "% Error in receiving Certificate Authority certificate: status = FAIL, cert length = 0".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What shud be the problem for the above mentioned and shall be of great help in resolving the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 18:05:51 GMT</pubDate>
    <dc:creator>d.majumdar</dc:creator>
    <dc:date>2020-02-21T18:05:51Z</dc:date>
    <item>
      <title>CA authentication on PIX</title>
      <link>https://community.cisco.com/t5/network-access-control/ca-authentication-on-pix/m-p/194303#M6273</link>
      <description>&lt;P&gt;PIX 515 with VPN and des enabled running Ver. 6.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hv configured the pix for the CA cert server authentication using W2K Domain Controller and was unable to authenticate the cert server thru pix. The config was done using the following command mentioned below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix(config)# ca generate rsa specialkey rsa 512&lt;/P&gt;&lt;P&gt;For &amp;lt;key_modulus_size&amp;gt; &amp;gt;= 512, key generation could&lt;/P&gt;&lt;P&gt;  take up to several minutes. Please wait.&lt;/P&gt;&lt;P&gt;pix(config)# ca identity caserver 140.188.8.13://caserver/certsrv/mscep/mscep.dll&lt;/P&gt;&lt;P&gt;pix(config)# ca configure caserver ca 1 20 crloptional&lt;/P&gt;&lt;P&gt;pix(config)# show ca mypubkey rsa&lt;/P&gt;&lt;P&gt;% Key pair was generated at: 13:00:09 UTC Jan 23 2003&lt;/P&gt;&lt;P&gt;Key name: pix.domain.net&lt;/P&gt;&lt;P&gt; Usage: Encryption Key&lt;/P&gt;&lt;P&gt; Key Data: XXXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix(config)# ca authenticate caserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After issuing the above said command, i can see neithier any attributes nor any finger prints. The same thing was also implemented on a router with FW based IOS where it generated an error msg "% Error in receiving Certificate Authority certificate: status = FAIL, cert length = 0".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What shud be the problem for the above mentioned and shall be of great help in resolving the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:05:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ca-authentication-on-pix/m-p/194303#M6273</guid>
      <dc:creator>d.majumdar</dc:creator>
      <dc:date>2020-02-21T18:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: CA authentication on PIX</title>
      <link>https://community.cisco.com/t5/network-access-control/ca-authentication-on-pix/m-p/194304#M6274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Windows 2000 CA server acts as an RA, not a CA, so do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; ca configure caserver ra 1 20 crloptional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the "ra", not "ca".  See &lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_62/config/sit2site.htm#1006943" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_62/config/sit2site.htm#1006943&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2003 01:49:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ca-authentication-on-pix/m-p/194304#M6274</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-01-28T01:49:10Z</dc:date>
    </item>
  </channel>
</rss>

