mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Update the documentation for the 'ciphers' option
We need to mention that the 'ciphers' option works only for TLSv1.2 because that is known to cause confusion for some of our users.
This commit is contained in:
parent
ed546007c9
commit
3b2b170c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -5825,7 +5825,7 @@ The following options can be specified in a :any:`tls` statement:
|
|||
|
||||
.. namedconf:statement:: ciphers
|
||||
:tags: security
|
||||
:short: Specifies a list of allowed ciphers.
|
||||
:short: Specifies a list of allowed ciphers in the order of preference for TLSv1.2 only.
|
||||
|
||||
Cipher list which defines allowed ciphers, such as
|
||||
``HIGH:!aNULL:!MD5:!SHA1:!SHA256:!SHA384``. The string must be
|
||||
|
|
|
|||
Loading…
Reference in a new issue