<?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: WARNING: Cannot decrypt private key in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/WARNING-Cannot-decrypt-private-key/m-p/519291#M3401</link>
    <description>&lt;P&gt;Thanks for your inputs&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my web.conf&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[splunk@illinsplunkprd01 etc]$ cat ./system/local/web.conf&lt;BR /&gt;[settings]&lt;BR /&gt;httpport = 8000&lt;/P&gt;&lt;P&gt;#SSL configuration&lt;BR /&gt;enableSplunkWebSSL = true&lt;BR /&gt;privKeyPath = /opt/splunk/etc/auth/splunkweb/illinsplunkprd01.corp.amdocs.com.key.pem&lt;BR /&gt;serverCert = /opt/splunk/etc/auth/splunkweb/illinsplunkprd01.corp.amdocs.com.cer.pem&lt;BR /&gt;[splunk@illinsplunkprd01 etc]$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;should I leave the below only ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;[splunk@illinsplunkprd01 etc]$ cat ./system/local/web.conf&lt;BR /&gt;[settings]&lt;BR /&gt;httpport = 8000&lt;/P&gt;&lt;P&gt;and run the below steps&amp;nbsp; ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;openssl x509 -enddate -noout -in /opt/splunk/etc/auth/server.pem&lt;/P&gt;&lt;P&gt;&amp;nbsp;rename /opt/splunk/etc/auth/server.pem to server.pem.back and restart splunkd.&lt;/P&gt;&lt;P&gt;./splunk restart&lt;/P&gt;</description>
    <pubDate>Sun, 13 Sep 2020 09:46:48 GMT</pubDate>
    <dc:creator>rayar</dc:creator>
    <dc:date>2020-09-13T09:46:48Z</dc:date>
    <item>
      <title>WARNING: Cannot decrypt private key</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/WARNING-Cannot-decrypt-private-key/m-p/519267#M3396</link>
      <description>&lt;P&gt;Getting the below&amp;nbsp; on Splunk restart&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Waiting for web server at &lt;A href="https://127.0.0.1:8000" target="_blank" rel="noopener"&gt;https://127.0.0.1:8000&lt;/A&gt; to be available...............................WARNING: Cannot decrypt private key in "/opt/splunk/etc/auth/splunkweb/illinsplunkprd01.corp.amdocs.com.key.pem" without a password. Network communication with splunkweb may fail or hang. Consider using an unencrypted private key for splunkweb's SSL certificate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 07:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/WARNING-Cannot-decrypt-private-key/m-p/519267#M3396</guid>
      <dc:creator>rayar</dc:creator>
      <dc:date>2020-09-13T07:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Cannot decrypt private key</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/WARNING-Cannot-decrypt-private-key/m-p/519283#M3398</link>
      <description>&lt;P&gt;&lt;STRONG&gt;NOTE: secret key should be removed from mySplWebPrivKey.key before creating CSR and signing the CSR.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;web.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[settings]
httpport = 8443
enableSplunkWebSSL = true
privKeyPath = $SPLUNK_HOME/etc/auth/directory/mySplWebPrivKey.key
serverCert = $SPLUNK_HOME/etc/auth/directory/es_web_ssl.pem&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Remove passphrase as Splunk Web doesn't support cert with passphrase&lt;BR /&gt;openssl rsa -in mySplWebPrivKey.key -out mySplWebPrivKey.key&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 09:02:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/WARNING-Cannot-decrypt-private-key/m-p/519283#M3398</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-13T09:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Cannot decrypt private key</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/WARNING-Cannot-decrypt-private-key/m-p/519291#M3401</link>
      <description>&lt;P&gt;Thanks for your inputs&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my web.conf&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[splunk@illinsplunkprd01 etc]$ cat ./system/local/web.conf&lt;BR /&gt;[settings]&lt;BR /&gt;httpport = 8000&lt;/P&gt;&lt;P&gt;#SSL configuration&lt;BR /&gt;enableSplunkWebSSL = true&lt;BR /&gt;privKeyPath = /opt/splunk/etc/auth/splunkweb/illinsplunkprd01.corp.amdocs.com.key.pem&lt;BR /&gt;serverCert = /opt/splunk/etc/auth/splunkweb/illinsplunkprd01.corp.amdocs.com.cer.pem&lt;BR /&gt;[splunk@illinsplunkprd01 etc]$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;should I leave the below only ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;[splunk@illinsplunkprd01 etc]$ cat ./system/local/web.conf&lt;BR /&gt;[settings]&lt;BR /&gt;httpport = 8000&lt;/P&gt;&lt;P&gt;and run the below steps&amp;nbsp; ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;openssl x509 -enddate -noout -in /opt/splunk/etc/auth/server.pem&lt;/P&gt;&lt;P&gt;&amp;nbsp;rename /opt/splunk/etc/auth/server.pem to server.pem.back and restart splunkd.&lt;/P&gt;&lt;P&gt;./splunk restart&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 09:46:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/WARNING-Cannot-decrypt-private-key/m-p/519291#M3401</guid>
      <dc:creator>rayar</dc:creator>
      <dc:date>2020-09-13T09:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Cannot decrypt private key</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/WARNING-Cannot-decrypt-private-key/m-p/519312#M3406</link>
      <description>&lt;P&gt;if you just have below&amp;nbsp;&lt;/P&gt;&lt;P&gt;should I leave the below only ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;[splunk@illinsplunkprd01 etc]$ cat ./system/local/web.conf&lt;BR /&gt;[settings]&lt;BR /&gt;httpport = 8000&lt;/P&gt;&lt;P&gt;then ssl will not be enabled.&lt;/P&gt;&lt;P&gt;if you want to enable SSL, you need to follow the procedure I mentioned in my first answer.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 16:00:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/WARNING-Cannot-decrypt-private-key/m-p/519312#M3406</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-13T16:00:09Z</dc:date>
    </item>
  </channel>
</rss>

