From 926a696cb7e75304fd95654c46b3b2d21b7db3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kub=C3=ADk?= Date: Sat, 8 Jul 2023 18:52:30 +0200 Subject: [PATCH] docs(README): fix-up config reference in certs --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 80425a7..fe7c488 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,6 @@ certificate_key_file = "server_key.pem" **Client** ```toml -# CLIENT - [authentication] # A list of trusted certificates the server can use or have its certificate signed by trusted_certificates = ["ca_cert.pem"]