From f5a90440526f09f4a50ca6663de274cdd08a1d8a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 23 Apr 2020 17:20:31 +0200 Subject: [PATCH] pmgproxy: simplify ciphers order/honor description Signed-off-by: Thomas Lamprecht --- pmgproxy.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pmgproxy.adoc b/pmgproxy.adoc index 8b1e535..1c44c7c 100644 --- a/pmgproxy.adoc +++ b/pmgproxy.adoc @@ -78,9 +78,11 @@ You can define the cipher list in `/etc/default/pmgproxy`, for example Above is the default. See the `ciphers(1)` man page from the `openssl` package for a list of all available options. -Additionally you can define the order that the client chooses the used cipher in -`/etc/default/pmgproxy` (default is the first cipher in the list available to -both client and `pmgproxy`): +The first of these ciphers, available to both the client and the `pmgproxy`, +will be used. + +Additionally you can allow the client to choose the cipher from the list above +by disabling the HONOR_CIPHER_ORDER option in `/etc/default/pmgproxy`: HONOR_CIPHER_ORDER=0