All Apps and Add-ons

How can we check if the SSL certificate and the private key matches or not?

dkolekar_splunk
Splunk Employee
Splunk Employee

Is there any command to check if the SSL certificate and the private key matches or not?

0 Karma
1 Solution

dkolekar_splunk
Splunk Employee
Splunk Employee

We can run the following command to see if the certificate and the key match or not.

openssl x509 -noout -modulus -in | openssl md5
openssl rsa -noout -modulus -in | openssl md5

Or can check: Certificate Key Matcher
Link: https://www.sslshopper.com/certificate-key-matcher.html

View solution in original post

dkolekar_splunk
Splunk Employee
Splunk Employee

We can run the following command to see if the certificate and the key match or not.

openssl x509 -noout -modulus -in | openssl md5
openssl rsa -noout -modulus -in | openssl md5

Or can check: Certificate Key Matcher
Link: https://www.sslshopper.com/certificate-key-matcher.html

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 ...