From e4fd864eac569c093990904965ee5a8106efae6e Mon Sep 17 00:00:00 2001 From: "Bradley D. Thornton" Date: Mon, 26 Aug 2019 07:37:28 -0700 Subject: [PATCH] Update README.md fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c7e6d..0e77a86 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ $ openssl req -newkey rsa:2048 -nodes -keyout {hostname}.key \ #### TLS Client Certificates There are currently no plans to support transient self-signed client certificates. -This is due to a techinical limitation of the python standand library's ``ssl`` +This is due to a techinical limitation of the python standard library's ``ssl`` module, which is described in detail [here](https://portal.mozz.us/?url=gemini%3A%2F%2Fmozz.us%2Fjournal%2F2019-08-21.txt).