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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...