From 7a2c17d034d9d5ff6b4267ade773264326fa02df Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 2 Nov 2021 11:40:21 -0400 Subject: [PATCH] Adjust wording of TLS warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a22dce..bab790d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The Flask API portion listens for webhooks from a compatible Git system, and the $ bbuilder --listen-addr 127.0.0.1 --listen-port 4000 ``` - **NOTE:** The API server does *not* use TLS/HTTPS. If you need SSL - and you do if this webhook will traverse the public Internet - add a reverse proxy in front of the API. + **NOTE:** The API server does *not* use TLS/HTTPS. If you need TLS, which you *do* if this webhook will traverse the public Internet, add a TLS-terminating reverse proxy in front of the API. 1. Run a worker with the following command: