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.
master
Andreas Auernhammer 5 years ago committed by kannappanr
parent baef49b4a2
commit 219d841496
  1. 5
      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:

Loading…
Cancel
Save