This will generate a key at `lumberjack.key` and the certificate at `lumberjack.crt`. Both the server that is running lumberjack as well as the logstash instances receiving logs will require these files on disk to verify the authenticity of messages.
This will generate a key at `logstash-forwarder.key` and the certificate at `logstash-forwarder.crt`. Both the server that is running logstash-forwarder as well as the logstash instances receiving logs will require these files on disk to verify the authenticity of messages.
Recommended file locations:
...
...
@@ -199,7 +203,7 @@ Below is valid as of 2012/09/19
### Configurable event data
* The protocol lumberjack uses supports sending a `string:string` map.
* The protocol supports sending a `string:string` map.