<?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 How to update root certificates on a Splunk 4.2 Forwarder on Windows 2000 without PowerShell? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-update-root-certificates-on-a-Splunk-4-2-Forwarder-on/m-p/215153#M42352</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Following the root certificate expiration explained at:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/395886/for-splunk-enterprise-splunk-light-and-hunk-pre-63.html?elqTrackId=4f5861c90f7f4a75b297cee5d33506ec&amp;amp;elq=e309d0c8f1384115a2e523a45004dd5b&amp;amp;elqaid=7582&amp;amp;elqat=1&amp;amp;elqCampaignId="&gt;https://answers.splunk.com/answers/395886/for-splunk-enterprise-splunk-light-and-hunk-pre-63.html?elqTrackId=4f5861c90f7f4a75b297cee5d33506ec&amp;amp;elq=e309d0c8f1384115a2e523a45004dd5b&amp;amp;elqaid=7582&amp;amp;elqat=1&amp;amp;elqCampaignId=&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Is there a way to update root certificates on a Splunk 4.2 Forwarder running on a "legacy" Windows 2000 server without PowerShell support?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jun 2016 10:18:07 GMT</pubDate>
    <dc:creator>ruiaires</dc:creator>
    <dc:date>2016-06-21T10:18:07Z</dc:date>
    <item>
      <title>How to update root certificates on a Splunk 4.2 Forwarder on Windows 2000 without PowerShell?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-update-root-certificates-on-a-Splunk-4-2-Forwarder-on/m-p/215153#M42352</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Following the root certificate expiration explained at:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/395886/for-splunk-enterprise-splunk-light-and-hunk-pre-63.html?elqTrackId=4f5861c90f7f4a75b297cee5d33506ec&amp;amp;elq=e309d0c8f1384115a2e523a45004dd5b&amp;amp;elqaid=7582&amp;amp;elqat=1&amp;amp;elqCampaignId="&gt;https://answers.splunk.com/answers/395886/for-splunk-enterprise-splunk-light-and-hunk-pre-63.html?elqTrackId=4f5861c90f7f4a75b297cee5d33506ec&amp;amp;elq=e309d0c8f1384115a2e523a45004dd5b&amp;amp;elqaid=7582&amp;amp;elqat=1&amp;amp;elqCampaignId=&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Is there a way to update root certificates on a Splunk 4.2 Forwarder running on a "legacy" Windows 2000 server without PowerShell support?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 10:18:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-update-root-certificates-on-a-Splunk-4-2-Forwarder-on/m-p/215153#M42352</guid>
      <dc:creator>ruiaires</dc:creator>
      <dc:date>2016-06-21T10:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to update root certificates on a Splunk 4.2 Forwarder on Windows 2000 without PowerShell?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-update-root-certificates-on-a-Splunk-4-2-Forwarder-on/m-p/215154#M42353</link>
      <description>&lt;P&gt;You could do it with a batch file.  Create the batch script, deploy it via app, and put a scripted input in the app that runs the batch file one time per hour (for example), and then deploy the app, wait an hour, and finally remove the app.&lt;/P&gt;

&lt;P&gt;Or sometimes I'll make the script run every 5 minutes and put code in the script to disable the scripted input after execution.&lt;/P&gt;

&lt;P&gt;Another fine solution would be to write a c sharp (C#) app which is called by a batch file.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 10:46:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-update-root-certificates-on-a-Splunk-4-2-Forwarder-on/m-p/215154#M42353</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-06-21T10:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to update root certificates on a Splunk 4.2 Forwarder on Windows 2000 without PowerShell?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-update-root-certificates-on-a-Splunk-4-2-Forwarder-on/m-p/215155#M42354</link>
      <description>&lt;P&gt;Thanks, &lt;BR /&gt;
console access is not an issue, so the scripted input suggestion does not help here &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;So the challenge would be to convert the provided PowerSell script to a standard batch file:&lt;BR /&gt;
&lt;A href="http://download.splunk.com/products/certificates/renewcerts-2016-05-05.zip"&gt;http://download.splunk.com/products/certificates/renewcerts-2016-05-05.zip&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 12:07:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-update-root-certificates-on-a-Splunk-4-2-Forwarder-on/m-p/215155#M42354</guid>
      <dc:creator>ruiaires</dc:creator>
      <dc:date>2016-06-21T12:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to update root certificates on a Splunk 4.2 Forwarder on Windows 2000 without PowerShell?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-update-root-certificates-on-a-Splunk-4-2-Forwarder-on/m-p/215156#M42355</link>
      <description>&lt;P&gt;If you have console access then you dont need a scripted install.&lt;/P&gt;

&lt;P&gt;Just install splunk on any computer and copy the certificate generated by the fresh install to the windows 2000 machine.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 13:36:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-update-root-certificates-on-a-Splunk-4-2-Forwarder-on/m-p/215156#M42355</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-06-21T13:36:29Z</dc:date>
    </item>
  </channel>
</rss>

