From 219d841496eb8a66b995f9b012b659126278680f Mon Sep 17 00:00:00 2001 From: Andreas Auernhammer Date: Fri, 21 Jun 2019 19:39:02 +0200 Subject: [PATCH] remove `encryption key` section for certtool docs (#7820) This commit removes the encryption key section from the certool.exe docs because: - MinIO does not support any TLS cipher that encrypts something with the private key. We only support PFS ciphers. - The doc comment is not really accurate anyway. --- docs/tls/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/tls/README.md b/docs/tls/README.md index d1da46fd2..7f3a4d032 100644 --- a/docs/tls/README.md +++ b/docs/tls/README.md @@ -237,11 +237,6 @@ ip_address = "127.0.0.1" # Whether this certificate will be used for a TLS server tls_www_server - -# Whether this certificate will be used to encrypt data (needed -# in TLS RSA cipher suites). Note that it is preferred to use different -# keys for encryption and signing. -encryption_key ``` Run `certtool.exe` and specify the configuration file to generate a certificate: