Repository: logging-log4j2 Updated Branches: refs/heads/master c822338da -> 30afee107
Fix typo Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/30afee10 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/30afee10 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/30afee10 Branch: refs/heads/master Commit: 30afee1073c6bfad6fcaf691f2838e550dda58fc Parents: c822338 Author: Mikael Ståldal <[email protected]> Authored: Fri Mar 17 16:04:27 2017 +0100 Committer: Mikael Ståldal <[email protected]> Committed: Fri Mar 17 16:04:27 2017 +0100 ---------------------------------------------------------------------- .../test/resources/org/apache/logging/log4j/core/net/ssl/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/30afee10/log4j-core/src/test/resources/org/apache/logging/log4j/core/net/ssl/README ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/resources/org/apache/logging/log4j/core/net/ssl/README b/log4j-core/src/test/resources/org/apache/logging/log4j/core/net/ssl/README index f1a5127..11aa30a 100644 --- a/log4j-core/src/test/resources/org/apache/logging/log4j/core/net/ssl/README +++ b/log4j-core/src/test/resources/org/apache/logging/log4j/core/net/ssl/README @@ -1,4 +1,4 @@ -This directory contains files to test the TLSSyslogAppender and its helpes classes. Please don't remove them. +This directory contains files to test the TLSSyslogAppender and its helpers classes. Please don't remove them. All certificates are signed with log4j2-cacert.pem, which is the root certificate (you can find help here to install it: http://askubuntu.com/questions/73287/how-do-i-install-a-root-certificate). The client.log4j2-keystore.jks contains the
