<?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: how to configure SSL on Windows in Security</title>
    <link>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/686928#M17844</link>
    <description>&lt;P&gt;Ok. Back up a little.&lt;/P&gt;&lt;P&gt;You have a file. It's supposed to be a certificate (possibly with a certificate chain from trusted rootCA). How did you get it? Did you send someone a CSR to obtain a cert? Did you just get a cert because you mailed/called/faxed/whatever someone and told them "hey, we need a cert"? And the most important question here is - do you have a private key corresponding to that cert?&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 22:38:58 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-05-08T22:38:58Z</dc:date>
    <item>
      <title>how to configure SSL on Windows</title>
      <link>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/682125#M17724</link>
      <description>&lt;P&gt;i have a file with CRT extension from the third party. I am trying to convert the file into PEM but unable to get it done. there were various steps we performed but unable to get it converted. Please suggest.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 16:19:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/682125#M17724</guid>
      <dc:creator>abhi_2985</dc:creator>
      <dc:date>2024-03-27T16:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure SSL on Windows</title>
      <link>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/682412#M17728</link>
      <description>&lt;P&gt;I assume you have already tried these or similar openssl commands?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;openssl x509 -in certname.crt -out certname.pem -outform PEM

openssl x509 -inform DER -in certname.crt -out certname.pem -text&lt;/LI-CODE&gt;&lt;P&gt;Could you also try renaming the .crt directly to .pem? You might be lucky and it will already be in the PEM format.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 17:20:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/682412#M17728</guid>
      <dc:creator>marnall</dc:creator>
      <dc:date>2024-03-29T17:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure SSL on Windows</title>
      <link>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/682625#M17731</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266353"&gt;@abhi_2985&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The openssl commands needed for the conversion are straightforward to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start by opening your terminal and navigating to the directory with your CRT file. Here’s how to convert .crt to .pem:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;openssl x509 -in certificate.crt -out certificate.pem -outform PEM &lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Replace ‘certificate.crt’ with your .crt file name and ‘certificate.pem’ with your desired .pem file name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This command will convert your .crt to .pem, providing you with a new file in .pem format.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 14:52:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/682625#M17731</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2024-04-01T14:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure SSL on Windows</title>
      <link>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/683263#M17746</link>
      <description>&lt;P&gt;I tried changing it but didnt worked. Somehow i managed to receive the PEM file but when applying the Certificate, its not working. any help on providing steps to configure will be much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 14:33:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/683263#M17746</guid>
      <dc:creator>abhi_2985</dc:creator>
      <dc:date>2024-04-04T14:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure SSL on Windows</title>
      <link>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/683299#M17747</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266353"&gt;@abhi_2985&lt;/a&gt;&lt;SPAN&gt;you can refer to&lt;/SPAN&gt; the below documents.&lt;/P&gt;&lt;P&gt;&lt;A href="https://yaleman.org/2013/12/13/splunk-web-interface-ssl-certificates-microsoft-ad-ca/" target="_blank"&gt;Splunk Web Interface SSL Certificates – Microsoft AD CA (yaleman.org)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Security/How-do-I-configure-an-SSL-cert-for-Splunk-Web-on-a-Windows/m-p/11728" target="_blank"&gt;How do I configure an SSL cert for Splunk Web on a... - Splunk Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 16:12:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/683299#M17747</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2024-04-04T16:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure SSL on Windows</title>
      <link>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/683320#M17748</link>
      <description>&lt;P&gt;Are you trying to configure the SSL certificate for Splunk web, such that accessing Splunk through HTTPS will use your cert? If so, how do the SSL stanzas look on your server.conf and/or web.conf?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 19:21:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/683320#M17748</guid>
      <dc:creator>marnall</dc:creator>
      <dc:date>2024-04-04T19:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure SSL on Windows</title>
      <link>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/686922#M17841</link>
      <description>&lt;P&gt;Thanks for the information. I tried all the possible ways; SSL is not getting configured. Opened another case with Splunk, they are looking. even if we are trying to configure it from scratch as per the documentation, its not working. Splunk has asked for the diag file, and we have shared it to them but no response on it yet.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 19:56:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/686922#M17841</guid>
      <dc:creator>abhi_2985</dc:creator>
      <dc:date>2024-05-08T19:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure SSL on Windows</title>
      <link>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/686923#M17842</link>
      <description>&lt;P&gt;server.conf -&lt;/P&gt;&lt;P&gt;--&amp;gt; enableSplunkdSSL = true&lt;/P&gt;&lt;P&gt;--&amp;gt; sslRootCAPath = path of root.pem file&lt;/P&gt;&lt;P&gt;--&amp;gt; serverCert = path of server.pem file&lt;/P&gt;&lt;P&gt;--&amp;gt; sslPassword = &amp;lt;mypassword&amp;gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; sslVersions = *,-ssl2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;web.conf -&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;gt; sslVersions = *,-ssl2&lt;/P&gt;&lt;P&gt;--&amp;gt; sslPassword = &amp;lt;mypassword&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 19:59:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/686923#M17842</guid>
      <dc:creator>abhi_2985</dc:creator>
      <dc:date>2024-05-08T19:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure SSL on Windows</title>
      <link>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/686924#M17843</link>
      <description>&lt;P&gt;already tried, it's not working. i reinstalled the whole Splunk once again just to make sure if I am doing anything wrong, but nothing worked.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 20:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/686924#M17843</guid>
      <dc:creator>abhi_2985</dc:creator>
      <dc:date>2024-05-08T20:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure SSL on Windows</title>
      <link>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/686928#M17844</link>
      <description>&lt;P&gt;Ok. Back up a little.&lt;/P&gt;&lt;P&gt;You have a file. It's supposed to be a certificate (possibly with a certificate chain from trusted rootCA). How did you get it? Did you send someone a CSR to obtain a cert? Did you just get a cert because you mailed/called/faxed/whatever someone and told them "hey, we need a cert"? And the most important question here is - do you have a private key corresponding to that cert?&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 22:38:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-configure-SSL-on-Windows/m-p/686928#M17844</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-05-08T22:38:58Z</dc:date>
    </item>
  </channel>
</rss>

