<?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: Default root certificates for release pre 6.2 version for Splunk enterprise expire on July 21 2016 in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Default-root-certificates-for-release-pre-6-2-version-for-Splunk/m-p/228380#M10109</link>
    <description>&lt;P&gt;1) &lt;STRONG&gt;renewcert.zip&lt;/STRONG&gt; scripts provided by splunk renews the certificates, so the order doesn't matter as long as they don't expire. &lt;/P&gt;

&lt;P&gt;Please follow these two questions posted by Splunk team.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/395886/for-splunk-enterprise-splunk-light-and-hunk-pre-63.html"&gt;https://answers.splunk.com/answers/395886/for-splunk-enterprise-splunk-light-and-hunk-pre-63.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/7164/how-do-i-set-up-ssl-forwarding-with-new-self-signed-certificates-and-authentication.html"&gt;https://answers.splunk.com/answers/7164/how-do-i-set-up-ssl-forwarding-with-new-self-signed-certificates-and-authentication.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2016 17:59:56 GMT</pubDate>
    <dc:creator>rcreddy06</dc:creator>
    <dc:date>2016-06-27T17:59:56Z</dc:date>
    <item>
      <title>Default root certificates for release pre 6.2 version for Splunk enterprise expire on July 21 2016</title>
      <link>https://community.splunk.com/t5/Installation/Default-root-certificates-for-release-pre-6-2-version-for-Splunk/m-p/228379#M10108</link>
      <description>&lt;P&gt;Regarding default root certificates for release pre 6.2 version for Splunk enterprise , I have some questions which needs to be clarified before executing the renewcert.zip script provided by the Splunk.&lt;/P&gt;

&lt;P&gt;Currently we have  the below Splunk Enterprise set up in our Environment.&lt;BR /&gt;
1) Five Clustered Indexer  Version &lt;STRONG&gt;Splunk 6.2.1&lt;/STRONG&gt; &lt;BR /&gt;
2) Four Search Head  in which three are build with Version &lt;STRONG&gt;Splunk 6.0.3&lt;/STRONG&gt;  and one with Version &lt;STRONG&gt;6.2.1&lt;/STRONG&gt; &lt;BR /&gt;
3) Scheduled Search Job  with version &lt;STRONG&gt;6.0.3&lt;/STRONG&gt; &lt;BR /&gt;
4) Two Heavy Forwarder one with latest &lt;STRONG&gt;6.4.1&lt;/STRONG&gt; and another with &lt;STRONG&gt;6.2.1&lt;/STRONG&gt; &lt;BR /&gt;
5)  we have &lt;STRONG&gt;1131 Universal forwarder&lt;/STRONG&gt; configured in our Environment.&lt;/P&gt;

&lt;P&gt;Questions are : &lt;/P&gt;

&lt;P&gt;1) In which order we should run the script first, I mean should we execute the script firs in UF, HF,SH and then in Indexer?&lt;/P&gt;

&lt;P&gt;2) How to validate whether the current Splunk Environment is using the default certificate or not and it going to expire by 21 July 2016? &lt;BR /&gt;
Note - Under the path &lt;STRONG&gt;/opt/splunk/etc/auth&lt;/STRONG&gt;/ all the certificate details like &lt;STRONG&gt;ca.pem, ca.default.pem,cacert.pem&lt;/STRONG&gt; and &lt;STRONG&gt;cacert.default.pem&lt;/STRONG&gt; are  &lt;STRONG&gt;encrypted&lt;/STRONG&gt; , so unable to find the Date of Expire details. In this case how to validate the details&lt;/P&gt;

&lt;P&gt;3) I had run the below SPL query to validate the UF is using the default certificate or not? But I am not sure what does it mean from the out put stating SSL is false.&lt;BR /&gt;&lt;BR /&gt;
&lt;STRONG&gt;index=_internal source=&lt;EM&gt;metrics.log&lt;/EM&gt; group=tcpin_connections | dedup hostname | table hostname sourceIp fwdType version destPort ssl&lt;/STRONG&gt; &lt;BR /&gt;
Output Details : &lt;BR /&gt;
hostname    source ip   fwdtype     version destport             ssl&lt;BR /&gt;
xxxxxx          xxxxxx                      uf          6.2.0    9997           FALSE&lt;BR /&gt;
xxxxxx          xxxxxx                      uf          6.2.0   9997            FALSE&lt;BR /&gt;
xxxxxx           xxxxxx                     uf      4.3         9997           FALSE&lt;/P&gt;

&lt;P&gt;4) In order to test the script, I had followed the below steps in my test environment and it worked fine.&lt;BR /&gt;
    Individual Splunk instance with version 6.2.1 trail&lt;BR /&gt;
    OS Red hat Linux 6.5, &lt;BR /&gt;
    VM machine &lt;/P&gt;

&lt;P&gt;Steps - &lt;BR /&gt;
1) Checked the Splunk Environment is set or not by executing the &lt;STRONG&gt;echo $ SPLUNK_HOME, echo $LD_LIBRARY_PATH and echo $ OPENSSL_CONF&lt;/STRONG&gt;  and Found it was not set.&lt;/P&gt;

&lt;P&gt;2) Setup a Splunk Environment variable by executing the &lt;STRONG&gt;setSplunkEnV&lt;/STRONG&gt; and to do this, splunk user should have permission to execute the script in /opt/splunk/bin. Used &lt;STRONG&gt;chmod -R 777  /opt/splunk&lt;/STRONG&gt;/ .  After running the &lt;STRONG&gt;setSplunkEnv script&lt;/STRONG&gt;, checked the Splunk Environment variable was set properly by executing the &lt;STRONG&gt;echo $SPLUNK_HOME =  /opt/splunk&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;3) Checked for the &lt;STRONG&gt;write permission&lt;/STRONG&gt; for the path &lt;STRONG&gt;/opt/splunk/auth directory&lt;/STRONG&gt; and it should be set with write permission.&lt;/P&gt;

&lt;P&gt;4) Before executing the script, taken the backup of /opt/splunk by executing the  &lt;STRONG&gt;cp -rp /opt/splunk /etc  /temp&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;5) Validate all the certificate details before executing the  &lt;STRONG&gt;s-renewcerts.sh&lt;/STRONG&gt; and found date of expiry as 21 July 2016. &lt;/P&gt;

&lt;P&gt;6) After executing the script validate all the certificate details in the path /opt/splunk/etc/auth by executing the cat command and found the date of expiry as 22 July 2026.&lt;/P&gt;

&lt;P&gt;kindly let me know should I need to follow the same steps in the cluster environment also.&lt;/P&gt;

&lt;P&gt;Thanks in Advance &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:02:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Default-root-certificates-for-release-pre-6-2-version-for-Splunk/m-p/228379#M10108</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T10:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Default root certificates for release pre 6.2 version for Splunk enterprise expire on July 21 2016</title>
      <link>https://community.splunk.com/t5/Installation/Default-root-certificates-for-release-pre-6-2-version-for-Splunk/m-p/228380#M10109</link>
      <description>&lt;P&gt;1) &lt;STRONG&gt;renewcert.zip&lt;/STRONG&gt; scripts provided by splunk renews the certificates, so the order doesn't matter as long as they don't expire. &lt;/P&gt;

&lt;P&gt;Please follow these two questions posted by Splunk team.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/395886/for-splunk-enterprise-splunk-light-and-hunk-pre-63.html"&gt;https://answers.splunk.com/answers/395886/for-splunk-enterprise-splunk-light-and-hunk-pre-63.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/7164/how-do-i-set-up-ssl-forwarding-with-new-self-signed-certificates-and-authentication.html"&gt;https://answers.splunk.com/answers/7164/how-do-i-set-up-ssl-forwarding-with-new-self-signed-certificates-and-authentication.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 17:59:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Default-root-certificates-for-release-pre-6-2-version-for-Splunk/m-p/228380#M10109</guid>
      <dc:creator>rcreddy06</dc:creator>
      <dc:date>2016-06-27T17:59:56Z</dc:date>
    </item>
  </channel>
</rss>

