|
What are the steps to setup a new CA and generate new certs for SSL forwarding with no auth: |
|
First you probably want to create your own root CA:
This will create the files:
in the given directory. Then you can issue signed server certificates for your indexer:
and for your forwarder:
Copy over the files forwarder1.pem and cacert.pem to your forwarder. To configure your forwarder to send the data via SSL add the following to $SPLUNK_HOME/etc/system/local/outputs.conf:
and add the following on the indexer in the $SPLUNK_HOME/etc/system/local/inputs.conf to listen on a port with SSL enabled:
It's also possible to distribute the SSL configuration via deployment services. Information about setting up SSL forwarding with host authentication and self-signed certificates can be found here : http://answers.splunk.com/questions/7164/how-do-i-set-up-ssl-forwarding-with-new-self-signed-certificates-and-host-authen
(23 Sep '10, 06:56)
hexx ♦
|

Can you clarify just a little? Are you wanting to make a new CA and issue a certificate to each forwarder? Or, are you wanting to create a new self-signed certificate for the indexer? Or is it something else entirely?