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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...