mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
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.
This commit is contained in:
parent
baef49b4a2
commit
219d841496
@ -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…
Reference in New Issue
Block a user