From b2688dd9435060460bd8f63f2a6da4828d9a88ac Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 19 May 2019 19:52:06 +0100 Subject: Change README a bit and add a comment in replay.c. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 94777e6..59524a7 100644 --- a/README +++ b/README @@ -19,8 +19,8 @@ If you don't specify one using "-c /path/to/configuration/file" then the example To use TLS for client connections, which is enabled by default in the example configuration file, you will need to provide both a certificate and a key file. One way of creating these is to use OpenSSL: -# openssl genrsa 2048 > key.pem -# openssl req -x509 -days 30 -new -key key.pem -out cert.pem +# openssl genrsa 2048 > ~/.blabouncer/key.pem +# openssl req -x509 -days 30 -new -key ~/.blabouncer/key.pem -out ~/.blabouncer/cert.pem But you can create them however you like, or disable client TLS (not recommended) using the "clienttls" configuration file option. -- cgit v1.2.3