From 480f228068d35567e090627c4d5e285c04a49a69 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 28 Aug 2018 08:05:08 +0100
Subject: [PATCH] Fix tls_config -> tls

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cc2e3907..63ef43fb 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ default from */etc/keystore/dovecot.yml*:
   * `url`: URL for the keystore service
   * `sharded`: if true, requests to the keystore service will be
     partitioned according to the user's *shard* attribute
-  * `tls_config`: client TLS configuration
+  * `tls`: client TLS configuration
     * `cert`: path to the client certificate
     * `key`: path to the private key
     * `ca`: path to the CA used to validate the server
-- 
GitLab