[
https://issues.apache.org/jira/browse/DISPATCH-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16259545#comment-16259545
]
ASF GitHub Bot commented on DISPATCH-877:
-----------------------------------------
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"?
> Document how to configure TLS ciphers
> -------------------------------------
>
> Key: DISPATCH-877
> URL: https://issues.apache.org/jira/browse/DISPATCH-877
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Documentation
> Reporter: Ben Hardesty
> Assignee: Ben Hardesty
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]