<?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 NAC 4.7.2 Certficate validity in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nac-4-7-2-certficate-validity/m-p/1486429#M739271</link>
    <description>&lt;P&gt;I have a NAC setup that has 1 server and 1 manager. Everything is runing and fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using self sign certificate generated by manager and server. The validity of the certificate is just 3 months. Can i increased the validity of the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;certificate. I have been working on earlier version like 4.7.1, 4.6,4.5 there validity were about 5-10 years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is ther any other workaround.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 11:58:28 GMT</pubDate>
    <dc:creator>talha_490</dc:creator>
    <dc:date>2020-02-21T11:58:28Z</dc:date>
    <item>
      <title>NAC 4.7.2 Certficate validity</title>
      <link>https://community.cisco.com/t5/network-security/nac-4-7-2-certficate-validity/m-p/1486429#M739271</link>
      <description>&lt;P&gt;I have a NAC setup that has 1 server and 1 manager. Everything is runing and fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using self sign certificate generated by manager and server. The validity of the certificate is just 3 months. Can i increased the validity of the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;certificate. I have been working on earlier version like 4.7.1, 4.6,4.5 there validity were about 5-10 years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is ther any other workaround.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 11:58:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nac-4-7-2-certficate-validity/m-p/1486429#M739271</guid>
      <dc:creator>talha_490</dc:creator>
      <dc:date>2020-02-21T11:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: NAC 4.7.2 Certficate validity</title>
      <link>https://community.cisco.com/t5/network-security/nac-4-7-2-certficate-validity/m-p/1486430#M739278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Talha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not a simple way, but you can generate certificates using openssl and install them on the NAC devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm including the output of my sample run that I just did to give you an idea of what the run would look like. What I typed is in red:&lt;BR /&gt; &lt;BR /&gt;[root@cam ~]# &lt;SPAN style="color: #ff0000;"&gt;mkdir NewCertDirectory&lt;/SPAN&gt;&lt;BR /&gt;[root@cam ~]# &lt;SPAN style="color: #ff0000;"&gt;cd NewCertDirectory&lt;/SPAN&gt;&lt;BR /&gt;[root@cam NewCertDirectory]# &lt;SPAN style="color: #ff0000;"&gt;openssl genrsa 1024 &amp;gt; NewPrivateKey.key &lt;/SPAN&gt;&lt;BR /&gt;Generating RSA private key, 1024 bit long modulus&lt;BR /&gt;...........++++++&lt;BR /&gt;.............++++++&lt;BR /&gt;e is 65537 (0x10001)&lt;BR /&gt;[root@cam NewCertDirectory]#&lt;BR /&gt;[root@cam NewCertDirectory]# &lt;SPAN style="color: #ff0000;"&gt;openssl req -new -key NewPrivateKey.key -out NewCertificate.csr &lt;/SPAN&gt;&lt;BR /&gt;You are about to be asked to enter information that will be incorporated&lt;BR /&gt;into your certificate request.&lt;BR /&gt;What you are about to enter is what is called a Distinguished Name or a DN.&lt;BR /&gt;There are quite a few fields but you can leave some blank&lt;BR /&gt;For some fields there will be a default value,&lt;BR /&gt;If you enter '.', the field will be left blank.&lt;BR /&gt;-----&lt;BR /&gt;Country Name (2 letter code) [AU]:&lt;SPAN style="color: #ff0000;"&gt;US&lt;/SPAN&gt;&lt;BR /&gt;State or Province Name (full name) [Some-State]:&lt;SPAN style="color: #ff0000;"&gt;NC&lt;/SPAN&gt;&lt;BR /&gt;Locality Name (eg, city) []:&lt;SPAN style="color: #ff0000;"&gt;RTP&lt;/SPAN&gt;&lt;BR /&gt;Organization Name (eg, company) [Internet Widgits Pty Ltd]:&lt;SPAN style="color: #ff0000;"&gt;Cisco&lt;/SPAN&gt;&lt;BR /&gt;Organizational Unit Name (eg, section) []:&lt;SPAN style="color: #ff0000;"&gt;TAC&lt;/SPAN&gt;&lt;BR /&gt;Common Name (eg, YOUR name) []:&lt;SPAN style="color: #ff0000;"&gt;www.Your_CAS_Name_Here.com&lt;/SPAN&gt; &lt;SPAN style="color: #ff6600;"&gt;(This is the hostname or the domain name of your CAS for which you're generating the certificate. In case of HA, this would be the name which would resolve to the VIP of the CAS)&lt;/SPAN&gt;&lt;BR /&gt;Email Address []: &lt;SPAN style="color: #ff6600;"&gt;&lt;HIT enter=""&gt;&lt;/HIT&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;Please enter the following 'extra' attributes&lt;BR /&gt;to be sent with your certificate request&lt;BR /&gt;A challenge password []: &lt;SPAN style="color: #ff6600;"&gt;&lt;HIT enter=""&gt;&lt;/HIT&gt;&lt;/SPAN&gt;&lt;BR /&gt;An optional company name []: &lt;SPAN style="color: #ff6600;"&gt;&lt;HIT enter=""&gt;&lt;/HIT&gt;&lt;/SPAN&gt;&lt;BR /&gt;[root@cam NewCertDirectory]#&lt;BR /&gt;[root@cam NewCertDirectory]# &lt;SPAN style="color: #ff0000;"&gt;openssl x509 -req -days 1000 -in NewCertificate.csr -signkey NewPrivateKey.key -out NewCert.crt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Signature ok&lt;BR /&gt;subject=/C=US/ST=NC/L=RTP/O=Cisco/OU=TAC/CN=www.Your_CAS_Name_Here.com&lt;BR /&gt;Getting Private key&lt;/P&gt;&lt;P&gt;[root@cam NewCertDirectory]# &lt;SPAN style="color: #ff0000;"&gt;cat NewPrivateKey.key &amp;gt;&amp;gt; NewCert.crt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can take this NewCert.crt file and install it on the NAC devices using the GUI. Use WinSCP to copy the&lt;/P&gt;&lt;P&gt;file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 18:52:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nac-4-7-2-certficate-validity/m-p/1486430#M739278</guid>
      <dc:creator>Faisal Sehbai</dc:creator>
      <dc:date>2010-06-01T18:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: NAC 4.7.2 Certficate validity</title>
      <link>https://community.cisco.com/t5/network-security/nac-4-7-2-certficate-validity/m-p/1486431#M739281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Faisal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way i did was through installing the CA Service on AD and importing the certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the e-mail is extremely useful for future deployments and i have not read this in any document. The e-mail is highly valuable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 13:17:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nac-4-7-2-certficate-validity/m-p/1486431#M739281</guid>
      <dc:creator>talha_490</dc:creator>
      <dc:date>2010-06-02T13:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: NAC 4.7.2 Certficate validity</title>
      <link>https://community.cisco.com/t5/network-security/nac-4-7-2-certficate-validity/m-p/1486432#M739288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="jive-rendered-content"&gt;&lt;P&gt;Hi Faisal,&lt;/P&gt;&lt;P&gt;I am stuck with a&amp;nbsp; situation at my client ....I was using standard perfigo cert and it&amp;nbsp; gave me same warning as this message post of 30 days blah blah !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well, on&amp;nbsp; the link and over the forum i found your suggseted solution in "red"&amp;nbsp; about openssl and steps....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well i did it and got the following queries now&amp;nbsp; ???? please help us and answer inline ...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a&amp;gt; i have 1 nam and 1 nas&amp;nbsp; -&amp;nbsp; version is latest 4.7.2&amp;nbsp; , do i need to execute the steps of OPENSSL you&amp;nbsp; described on both the boxes? if both the boxes, then should nas be&amp;nbsp; typed first or what , please explain, it be helpful to all of us needy&amp;nbsp; new NAC Engineers.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b&amp;gt; second question, is i tried to type in the&amp;nbsp; commands you said ,, and while typing openssl&amp;nbsp; blah blah commands, it&amp;nbsp; didnt accept the command in the line where you described about name.csr&amp;nbsp; ???? i dont nkow why it said no such command or directory !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c&amp;gt;can you&amp;nbsp; make a simple pdf document as a resource to all of us and upload it for&amp;nbsp; reference to use OPENSSL for atleast 3 yrs certificate for NAC Boxes...&amp;nbsp; (&amp;nbsp; i know most of us will prefer openssl and sinc openssl module comes&amp;nbsp; by default with NAC 4.7.2 , since public CA will a show stopper for msot&amp;nbsp; clients during production phase)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting with crossed fingers !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kamran ( A&amp;nbsp; Netizen persuing ccie sec cert...)&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jun 2010 18:20:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nac-4-7-2-certficate-validity/m-p/1486432#M739288</guid>
      <dc:creator>game123</dc:creator>
      <dc:date>2010-06-12T18:20:20Z</dc:date>
    </item>
  </channel>
</rss>

