<?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: Self Signed Certificate for CCA (NAC) CAM in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/self-signed-certificate-for-cca-nac-cam/m-p/1131605#M809052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got my cert to work after fixing my other problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other problem was a single space after -----End Certificate-----&lt;/P&gt;&lt;P&gt;in the cert I bought for the CAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My formulae for creating a self signed cert was&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Create a private key and certificate request # for your own CA:&lt;/P&gt;&lt;P&gt;openssl req -new -newkey rsa:2048 -out ca.csr -keyout ca.key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Create your CA's self-signed certificate&lt;/P&gt;&lt;P&gt;# Set the days to 3650 so it will last 10 years&lt;/P&gt;&lt;P&gt;openssl x509 -trustout -signkey ca.key -days 3650 -req -in ca.csr -out ca.pem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#edit ca.pem so that the strings&lt;/P&gt;&lt;P&gt;#"TRUSTED CERTIFICATE" read "CERTIFICATE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Generate a key for the server Cert&lt;/P&gt;&lt;P&gt;openssl genrsa -out server.key 2048&lt;/P&gt;&lt;P&gt;# Generate a cert signing request for the server&lt;/P&gt;&lt;P&gt;openssl req -new -key server.key -out server.csr&lt;/P&gt;&lt;P&gt;# Sign the request using your CA&lt;/P&gt;&lt;P&gt;# ca.srl contains something like 02&lt;/P&gt;&lt;P&gt;openssl x509 -req -in server.csr -CA ca.pem -days 3650 -CAkey ca.key -CAserial ca.srl -out server.pem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You prolly want to edit your openssl.cnf first and fill in some of the defaults.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 03:41:08 GMT</pubDate>
    <dc:creator>Peter Yardley</dc:creator>
    <dc:date>2008-10-17T03:41:08Z</dc:date>
    <item>
      <title>Self Signed Certificate for CCA (NAC) CAM</title>
      <link>https://community.cisco.com/t5/network-security/self-signed-certificate-for-cca-nac-cam/m-p/1131601#M809033</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently upgraded my CCA servers to 4.1.6 and it wants me to replace the temporary cert on the CAM. I have replaced it with a cert I have signed with my CA and uploaded my CA Cert into the CAM and the CAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CAM is happy, and my web browser will verify the cert, however I can't get communication with between the CAM and CAS to work. Anyone had any luck with this?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 11:01:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/self-signed-certificate-for-cca-nac-cam/m-p/1131601#M809033</guid>
      <dc:creator>Peter Yardley</dc:creator>
      <dc:date>2020-02-21T11:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Self Signed Certificate for CCA (NAC) CAM</title>
      <link>https://community.cisco.com/t5/network-security/self-signed-certificate-for-cca-nac-cam/m-p/1131602#M809035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are your CAS certs signed by the CA too?  Is there anything in the CAM log about certificate errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 06:44:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/self-signed-certificate-for-cca-nac-cam/m-p/1131602#M809035</guid>
      <dc:creator>cleidh_mor</dc:creator>
      <dc:date>2008-09-22T06:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Self Signed Certificate for CCA (NAC) CAM</title>
      <link>https://community.cisco.com/t5/network-security/self-signed-certificate-for-cca-nac-cam/m-p/1131603#M809037</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;Yes I had loaded my CA cert into NAC as a CA Authority but I found another problem, to do with upgrading to 4.1.6, which is probably giving me grief and I'm waiting for the TAC to solve that one before I try again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 03:44:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/self-signed-certificate-for-cca-nac-cam/m-p/1131603#M809037</guid>
      <dc:creator>Peter Yardley</dc:creator>
      <dc:date>2008-09-23T03:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Self Signed Certificate for CCA (NAC) CAM</title>
      <link>https://community.cisco.com/t5/network-security/self-signed-certificate-for-cca-nac-cam/m-p/1131604#M809049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find the solution for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also looking for it it is really a pain to first produce Certificates from any CA server then do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 04:26:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/self-signed-certificate-for-cca-nac-cam/m-p/1131604#M809049</guid>
      <dc:creator>nasim_nasri</dc:creator>
      <dc:date>2008-10-07T04:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Self Signed Certificate for CCA (NAC) CAM</title>
      <link>https://community.cisco.com/t5/network-security/self-signed-certificate-for-cca-nac-cam/m-p/1131605#M809052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got my cert to work after fixing my other problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other problem was a single space after -----End Certificate-----&lt;/P&gt;&lt;P&gt;in the cert I bought for the CAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My formulae for creating a self signed cert was&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Create a private key and certificate request # for your own CA:&lt;/P&gt;&lt;P&gt;openssl req -new -newkey rsa:2048 -out ca.csr -keyout ca.key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Create your CA's self-signed certificate&lt;/P&gt;&lt;P&gt;# Set the days to 3650 so it will last 10 years&lt;/P&gt;&lt;P&gt;openssl x509 -trustout -signkey ca.key -days 3650 -req -in ca.csr -out ca.pem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#edit ca.pem so that the strings&lt;/P&gt;&lt;P&gt;#"TRUSTED CERTIFICATE" read "CERTIFICATE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Generate a key for the server Cert&lt;/P&gt;&lt;P&gt;openssl genrsa -out server.key 2048&lt;/P&gt;&lt;P&gt;# Generate a cert signing request for the server&lt;/P&gt;&lt;P&gt;openssl req -new -key server.key -out server.csr&lt;/P&gt;&lt;P&gt;# Sign the request using your CA&lt;/P&gt;&lt;P&gt;# ca.srl contains something like 02&lt;/P&gt;&lt;P&gt;openssl x509 -req -in server.csr -CA ca.pem -days 3650 -CAkey ca.key -CAserial ca.srl -out server.pem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You prolly want to edit your openssl.cnf first and fill in some of the defaults.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 03:41:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/self-signed-certificate-for-cca-nac-cam/m-p/1131605#M809052</guid>
      <dc:creator>Peter Yardley</dc:creator>
      <dc:date>2008-10-17T03:41:08Z</dc:date>
    </item>
  </channel>
</rss>

