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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...