<?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: Regenerate SSL certification on Splunk in Security</title>
    <link>https://community.splunk.com/t5/Security/Regenerate-SSL-certification-on-Splunk/m-p/677362#M17607</link>
    <description>&lt;P&gt;Steps to regenerate the SSL certificate for your Splunk instance running on Windows. Follow these instructions:&lt;/P&gt;&lt;P&gt;Check if the Certificate Has Expired:&lt;BR /&gt;#####################################&lt;/P&gt;&lt;P&gt;Open a command prompt or PowerShell window.&lt;/P&gt;&lt;P&gt;Navigate to your Splunk installation directory (usually C:\Program Files\splunk\bin).&lt;/P&gt;&lt;P&gt;Run the following command to check the certificate expiration date:&lt;/P&gt;&lt;P&gt;openssl x509 -enddate -noout -in "C:\Program Files\splunk\etc\auth\server.pem"&lt;/P&gt;&lt;P&gt;If the certificate has expired, proceed to the next step.&lt;/P&gt;&lt;P&gt;Backup the Existing Certificate:&lt;BR /&gt;#################################&lt;/P&gt;&lt;P&gt;Rename the existing certificate file (server.pem) to server.pem.back. You can do this by running:&lt;/P&gt;&lt;P&gt;ren "C:\Program Files\splunk\etc\auth\server.pem" server.pem.back&lt;/P&gt;&lt;P&gt;Restart Splunk:&lt;BR /&gt;###############&lt;/P&gt;&lt;P&gt;Restart the Splunk service to regenerate the certificate. Execute the following command:&lt;/P&gt;&lt;P&gt;.\splunk restart&lt;/P&gt;&lt;P&gt;This action will create a new server.pem file with a renewed certificate.&lt;/P&gt;&lt;P&gt;Verify the New Certificate:&lt;BR /&gt;###########################&lt;/P&gt;&lt;P&gt;Confirm that the new certificate has been generated successfully by checking the expiration date again:&lt;/P&gt;&lt;P&gt;openssl x509 -enddate -noout -in "C:\Program Files\splunk\etc\auth\server.pem"&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Security/Howtoself-signcertificates?_gl=1*1oz3ibq*_ga*MTQ5Mjc2MDEzMC4xNzA1NTcyMjI3*_ga_5EPM2P39FV*MTcwNzgwMDg1MS43My4xLjE3MDc4MDEwNjUuMC4wLjA.*_ga_GS7YF8S63Y*MTcwNzgwMDg1Mi41OS4xLjE3MDc4MDEwNjQuMjcuMC4w&amp;amp;_ga=2.157841338.1839912614.1707721289-1492760130.1705572227" target="_blank"&gt;How to create and sign your own TLS certificates - Splunk Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 05:15:34 GMT</pubDate>
    <dc:creator>kiran_panchavat</dc:creator>
    <dc:date>2024-02-13T05:15:34Z</dc:date>
    <item>
      <title>Regenerate SSL certification on Splunk</title>
      <link>https://community.splunk.com/t5/Security/Regenerate-SSL-certification-on-Splunk/m-p/152253#M4627</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;

&lt;P&gt;Previous my splunk instance has the SSL certification but unfortunately it got expired two days back. &lt;/P&gt;

&lt;P&gt;I am trying for last two days but not getting how to regenerate new SSL Cert for my splunk instance.&lt;/P&gt;

&lt;P&gt;Can any one guide me step by step procedure to regenerate it.&lt;/P&gt;

&lt;P&gt;Note: splunk is running on Windows &lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 05:58:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Regenerate-SSL-certification-on-Splunk/m-p/152253#M4627</guid>
      <dc:creator>snehalk</dc:creator>
      <dc:date>2014-12-17T05:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regenerate SSL certification on Splunk</title>
      <link>https://community.splunk.com/t5/Security/Regenerate-SSL-certification-on-Splunk/m-p/152254#M4628</link>
      <description>&lt;P&gt;Hi snehalk,&lt;/P&gt;

&lt;P&gt;see the docs about this topic &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Security/Howtoself-signcertificates"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Security/Howtoself-signcertificates&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 07:31:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Regenerate-SSL-certification-on-Splunk/m-p/152254#M4628</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-12-17T07:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regenerate SSL certification on Splunk</title>
      <link>https://community.splunk.com/t5/Security/Regenerate-SSL-certification-on-Splunk/m-p/677273#M17606</link>
      <description>&lt;P&gt;Certainly! There are a few stages involved in regenerating SSL certificates for your Windows Splunk instance. Here's a step-by-step guide:&lt;/P&gt;
&lt;P&gt;1. Generate a New SSL Certificate&lt;/P&gt;
&lt;P&gt;- Open a command prompt that has administrator access&lt;BR /&gt;- Go to the directory of the Splunk bin. It's usually found under C:\Program Files\Splunk\bin.&lt;BR /&gt;- To create a fresh SSL certificate, utilize the Splunk command-line utility&lt;/P&gt;
&lt;P&gt;Run the following command&lt;/P&gt;
&lt;P&gt;Splunk createssl server-cert -d &amp;lt;your_domain_name&amp;gt;&lt;/P&gt;
&lt;P&gt;2. Configure Splunk to Use the New Certificate&lt;/P&gt;
&lt;P&gt;- Go to the directory where Splunk configuration is located. Usually, it can be found at C:\Program Files\Splunk\etc\system\local&lt;BR /&gt;- Open web.conf in a text editor&lt;BR /&gt;- To point to the newly generated SSL certificate and private key, update the privKeyPath and serverCert settings&lt;/P&gt;
&lt;P&gt;[settings]&lt;BR /&gt;enableSplunkWebSSL = true&lt;BR /&gt;privKeyPath = C:\Program Files\Splunk\etc\auth\server.pem&lt;BR /&gt;serverCert = C:\Program Files\Splunk\etc\auth\server.pem&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;3. Restart Splunk&lt;/P&gt;
&lt;P&gt;- With administrator rights, open a command prompt&lt;BR /&gt;- Go to the Splunk bin directory&lt;BR /&gt;- Use the following command to restart Splunk&lt;/P&gt;
&lt;P&gt;Splunk restart&lt;/P&gt;
&lt;P&gt;4. Test the New SSL Configuration&lt;/P&gt;
&lt;P&gt;- Open a web browser and use HTTPS to access the Splunk web interface&lt;BR /&gt;- A green padlock icon signifying a secure connection ought should be visible. To verify that it is the new certificate with a valid expiration date, click on it to examine the certificate details&lt;/P&gt;
&lt;P&gt;You should be able to use these procedures to for your Windows Splunk instance and make sure that it is connecting securely with the new certificates.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Feb 2024 10:13:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Regenerate-SSL-certification-on-Splunk/m-p/677273#M17606</guid>
      <dc:creator>danielwill</dc:creator>
      <dc:date>2024-02-17T10:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regenerate SSL certification on Splunk</title>
      <link>https://community.splunk.com/t5/Security/Regenerate-SSL-certification-on-Splunk/m-p/677362#M17607</link>
      <description>&lt;P&gt;Steps to regenerate the SSL certificate for your Splunk instance running on Windows. Follow these instructions:&lt;/P&gt;&lt;P&gt;Check if the Certificate Has Expired:&lt;BR /&gt;#####################################&lt;/P&gt;&lt;P&gt;Open a command prompt or PowerShell window.&lt;/P&gt;&lt;P&gt;Navigate to your Splunk installation directory (usually C:\Program Files\splunk\bin).&lt;/P&gt;&lt;P&gt;Run the following command to check the certificate expiration date:&lt;/P&gt;&lt;P&gt;openssl x509 -enddate -noout -in "C:\Program Files\splunk\etc\auth\server.pem"&lt;/P&gt;&lt;P&gt;If the certificate has expired, proceed to the next step.&lt;/P&gt;&lt;P&gt;Backup the Existing Certificate:&lt;BR /&gt;#################################&lt;/P&gt;&lt;P&gt;Rename the existing certificate file (server.pem) to server.pem.back. You can do this by running:&lt;/P&gt;&lt;P&gt;ren "C:\Program Files\splunk\etc\auth\server.pem" server.pem.back&lt;/P&gt;&lt;P&gt;Restart Splunk:&lt;BR /&gt;###############&lt;/P&gt;&lt;P&gt;Restart the Splunk service to regenerate the certificate. Execute the following command:&lt;/P&gt;&lt;P&gt;.\splunk restart&lt;/P&gt;&lt;P&gt;This action will create a new server.pem file with a renewed certificate.&lt;/P&gt;&lt;P&gt;Verify the New Certificate:&lt;BR /&gt;###########################&lt;/P&gt;&lt;P&gt;Confirm that the new certificate has been generated successfully by checking the expiration date again:&lt;/P&gt;&lt;P&gt;openssl x509 -enddate -noout -in "C:\Program Files\splunk\etc\auth\server.pem"&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Security/Howtoself-signcertificates?_gl=1*1oz3ibq*_ga*MTQ5Mjc2MDEzMC4xNzA1NTcyMjI3*_ga_5EPM2P39FV*MTcwNzgwMDg1MS43My4xLjE3MDc4MDEwNjUuMC4wLjA.*_ga_GS7YF8S63Y*MTcwNzgwMDg1Mi41OS4xLjE3MDc4MDEwNjQuMjcuMC4w&amp;amp;_ga=2.157841338.1839912614.1707721289-1492760130.1705572227" target="_blank"&gt;How to create and sign your own TLS certificates - Splunk Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 05:15:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Regenerate-SSL-certification-on-Splunk/m-p/677362#M17607</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2024-02-13T05:15:34Z</dc:date>
    </item>
  </channel>
</rss>

