From 0a6656f741605728619be5c6b656b94b97c967f7 Mon Sep 17 00:00:00 2001 From: didfet Date: Thu, 26 Mar 2015 21:06:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27d39d1..7484cb6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ For help run : ### Configuration The configuration file is the same (json format), but there are a few differences : - - the ssl ca parameter points to a java keystore containing the root certificate of the server, not a PEM file + - the ssl ca parameter points to a java [keystore](https://github.com/didfet/logstash-forwarder-java/blob/master/HOWTO-KEYSTORE.md) containing the root certificate of the server, not a PEM file - comments are C-style comments - the stdin input is not yet implemented