From 72ed376a969065f913401d1d0d0db0fd27877c75 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 24 Oct 2020 17:16:37 +0100 Subject: Use $ instead of # to show shell examples in README. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 38fb23c..1eac685 100644 --- a/README +++ b/README @@ -89,8 +89,8 @@ need to provide both a certificate and a key file. One way of creating these is to use OpenSSL: -# openssl genrsa 2048 > ~/.blabouncer/key.pem -# openssl req -x509 -days 30 -new -key ~/.blabouncer/key.pem -out ~/.blabouncer/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