HF config eg:-
inputs.conf
[splunktcp-ssl://9997]
disabled = 0
[SSL]
password = abc
requireClientCert = true
rootCA = /opt/splunk/splunk/etc/system/certs/xyz.pem
serverCert = /opt/splunk/splunk/etc/system/certs/**abc.pem**
sslVersions = tls
[splunktcp-ssl://9996]
disabled = 0
[SSL]
password = abc
requireClientCert = true
rootCA = /opt/splunk/splunk/etc/system/certs/xyz.cer
serverCert = /opt/splunk/splunk/etc/system/certs/**def.pem**
sslVersions = tls
using two different cert as one create with sha1 and other with sha256
Thanking
↧