Github user jenmalloy commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/219#discussion_r152062189
--- Diff: doc/new-book/configuration-security.adoc ---
@@ -66,6 +67,17 @@ For example:
name: router-ssl-profile
----
+`ciphers`:: The SSL cipher suites that can be used by this SSL/TLS
profile. If certain ciphers are unsuitable for your environment, you can use
this attribute to restrict them from being used.
++
+To enable a cipher list, enter one or more cipher strings separated by
colons (`:`). For example:
++
+[options="nowrap"]
+----
+ciphers: ALL:!aNULL:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
+----
++
+To see the full list of available ciphers, use the *`openssl ciphers`*
command. For more information about each cipher, see the
link:https://www.openssl.org/docs/manmaster/man1/ciphers.html[ciphers man
page^].
--- End diff --
@bhardesty, remove the bold from "openssl ciphers"?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]