I'm troubleshooting the issues I have with SSL not working with universal forwarder. Could someone please answer the following questions:
If UF is being deployed on a windows box, do the win. certs need to be converted. The Windows cert file types that I have include .pfx (for the client) and .cer (for the root CA cert). Also If I do need to convert them what is the best approach?...Openssl?
Yes, the certificates should be converted to the .pem format, an operation that you should be able to perform with openssl. For more details on how to configure Splunk forwarding to use SSLcertificates signed by a 3rd party authority, please read the following tutorial.
Yes, the certificates should be converted to the .pem format, an operation that you should be able to perform with openssl. For more details on how to configure Splunk forwarding to use SSLcertificates signed by a 3rd party authority, please read the following tutorial.
Glad to hear it's working!
Hexx..you have been such a great help. After I changed all the certs to .pem, my UF on my test system started sending encrypted data to my splunk box.
Indeed, certificates are OS-agnostic.
Thanks for the response!!! So when installing forwarder on systems...certs should always be .pem regardless of the operating system.