"Fossies" - the Fresh Open Source Software Archive

Member "apache-log4j-2.12.4-src/log4j-core/src/test/resources/org/apache/logging/log4j/core/net/ssl/README" (20 Dec 2021, 908 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 This directory contains files to test the TLSSyslogAppender and its helpers classes. Please don't remove them.
    2 
    3 All certificates are signed with log4j2-cacert.pem, which is the root certificate (you can find help here to install it:
    4 http://askubuntu.com/questions/73287/how-do-i-install-a-root-certificate). The client.log4j2-keystore.jks contains the
    5 client private key, the corresponding certificate (client.log4j2-crt.pem) and the root CA certificate 
    6 (log4j2-cacert.pem). The root CA certificate is also imported into the truststore.jks.
    7 
    8 The server.log4j2-key.pem is a private key generated by OpenSSL, which can be used as a server private key. The 
    9 server.log4j2-crt.pem is the corresponding certificate signed with log4j2-cacert.pem.
   10 
   11 All JKS files are created with password "changeit".
   12 
   13 The syslog-ng-sample.conf file contains the relevant part of a sample syslog-ng configuration with TLS support.