<?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 Splunk web certification configuration in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-web-certification-configuration/m-p/687020#M17846</link>
    <description>&lt;P&gt;Hello Splunkers!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to configure SSL certificate in Splunk so that my Splunk web URL communicate over https.&lt;/P&gt;
&lt;P&gt;To obtain "privKeyPath" in web.conf I have used below two commands.&lt;/P&gt;
&lt;P&gt;splunk cmd openssl genrsa -aes256 -out SplunkPrivateKey.key 2048&lt;/P&gt;
&lt;P&gt;splunk cmd openssl rsa -in SplunkPrivateKey.key -out splunk_key.key&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To obtain "serverCert" in web.conf I have used below two commands.&lt;/P&gt;
&lt;P&gt;splunk cmd openssl x509 -in splunk.cer -out splunk.pem&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note :&amp;nbsp;&lt;/STRONG&gt;splunk.cer&amp;nbsp; is with me ( Provided by organization so I am obtaining self signed certificate)&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[settings]
enableSplunkWebSSL = 1
privKeyPath = D:\Splunk\etc\auth\mycert\splunk_key.key
serverCert = D:\Splunk\etc\auth\mycert\splunk.pem&lt;/LI-CODE&gt;
&lt;P&gt;I have used all the above commands and configure the certificate under the paths but still Splunk web is not working securely. Please suggest me any other modification or alteration I need to do ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance !!&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 12:09:49 GMT</pubDate>
    <dc:creator>uagraw01</dc:creator>
    <dc:date>2024-05-09T12:09:49Z</dc:date>
    <item>
      <title>Splunk web certification configuration</title>
      <link>https://community.splunk.com/t5/Security/Splunk-web-certification-configuration/m-p/687020#M17846</link>
      <description>&lt;P&gt;Hello Splunkers!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to configure SSL certificate in Splunk so that my Splunk web URL communicate over https.&lt;/P&gt;
&lt;P&gt;To obtain "privKeyPath" in web.conf I have used below two commands.&lt;/P&gt;
&lt;P&gt;splunk cmd openssl genrsa -aes256 -out SplunkPrivateKey.key 2048&lt;/P&gt;
&lt;P&gt;splunk cmd openssl rsa -in SplunkPrivateKey.key -out splunk_key.key&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To obtain "serverCert" in web.conf I have used below two commands.&lt;/P&gt;
&lt;P&gt;splunk cmd openssl x509 -in splunk.cer -out splunk.pem&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note :&amp;nbsp;&lt;/STRONG&gt;splunk.cer&amp;nbsp; is with me ( Provided by organization so I am obtaining self signed certificate)&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[settings]
enableSplunkWebSSL = 1
privKeyPath = D:\Splunk\etc\auth\mycert\splunk_key.key
serverCert = D:\Splunk\etc\auth\mycert\splunk.pem&lt;/LI-CODE&gt;
&lt;P&gt;I have used all the above commands and configure the certificate under the paths but still Splunk web is not working securely. Please suggest me any other modification or alteration I need to do ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance !!&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 12:09:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-web-certification-configuration/m-p/687020#M17846</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-05-09T12:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk web certification configuration</title>
      <link>https://community.splunk.com/t5/Security/Splunk-web-certification-configuration/m-p/687283#M17857</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/70277"&gt;@uagraw01&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Browsers will not trust your self-signed certificates without additional configuration. In most cases, you'll want to use a certificate signed by a mutually trusted certificate authority. This is not an endorsement of Qualys, but&amp;nbsp;&lt;A href="https://www.ssllabs.com/" target="_blank"&gt;https://www.ssllabs.com/&lt;/A&gt;&amp;nbsp;provides general information on SSL/TLS that you may find beneficial.&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 21:40:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-web-certification-configuration/m-p/687283#M17857</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-05-12T21:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk web certification configuration</title>
      <link>https://community.splunk.com/t5/Security/Splunk-web-certification-configuration/m-p/687404#M17861</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/70277"&gt;@uagraw01&lt;/a&gt;&amp;nbsp;- As suggested by&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/49493"&gt;@tscroggins&lt;/a&gt;&amp;nbsp;self-signed certificates needs to be added to certificate store. Here are references to be done on Mac and Windows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/skype-sdk/sdn/articles/installing-the-trusted-root-certificate" target="_blank"&gt;https://learn.microsoft.com/en-us/skype-sdk/sdn/articles/installing-the-trusted-root-certificate&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://support.apple.com/en-in/guide/keychain-access/kyca8916/mac#:~:text=In%20the%20Keychain%20Access%20app,certificate%20types%2C%20click%20Learn%20More" target="_blank"&gt;https://support.apple.com/en-in/guide/keychain-access/kyca8916/mac#:~:text=In%20the%20Keychain%20Access%20app,certificate%20types%2C%20click%20Learn%20More&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!! If it does kindly upvote!!!&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 06:11:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-web-certification-configuration/m-p/687404#M17861</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2024-05-14T06:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk web certification configuration</title>
      <link>https://community.splunk.com/t5/Security/Splunk-web-certification-configuration/m-p/687520#M17863</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/49493"&gt;@tscroggins&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp; Thanks For sharing the refrence links. I am very close to setup the secure SSL connection by using openssl. Once completely done I will share the complete steps here also.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 17:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-web-certification-configuration/m-p/687520#M17863</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2024-05-14T17:11:41Z</dc:date>
    </item>
  </channel>
</rss>

