Security

Which SSL certificates are supported

thscheidegger
Explorer

I'm trying to set up our infrastructure to use SSL encrypted connections. For this purpose I want to use existing system certificates, which are all PKCS#12 certificates.
Can I use PKCS#12 certficiates directly in splunk?

Tags (2)
1 Solution

dwaddle
SplunkTrust
SplunkTrust

As I'm sure you're already aware, PKCS12 (aka PFX) is just a certificate container format. Splunk cannot use PKCS12 files directly, but they can easily be opened and split up into their distinct contained certificates/keys. Splunk includes the OpenSSL binaries, which have a pkcs12 command to assist with doing this.

Use splunk cmd openssl pkcs12 --help to get more information on how this works. Note this isn't a part of official Splunk - it's just an OpenSSL helper binary. Every OpenSSL installation in the world should also have this command, and there is copious information on the intarwebs about how to use it.

View solution in original post

MuS
Legend

Hi thscheidegger

just was able to load PKCS12 certs into Splunk using this excellent wiki article.

cheers

dwaddle
SplunkTrust
SplunkTrust

As I'm sure you're already aware, PKCS12 (aka PFX) is just a certificate container format. Splunk cannot use PKCS12 files directly, but they can easily be opened and split up into their distinct contained certificates/keys. Splunk includes the OpenSSL binaries, which have a pkcs12 command to assist with doing this.

Use splunk cmd openssl pkcs12 --help to get more information on how this works. Note this isn't a part of official Splunk - it's just an OpenSSL helper binary. Every OpenSSL installation in the world should also have this command, and there is copious information on the intarwebs about how to use it.

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...