mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-07 14:55:59 +00:00
pmgproxy: simplify ciphers order/honor description
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bfdb153485
commit
f5a9044052
@ -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`
|
Above is the default. See the `ciphers(1)` man page from the `openssl`
|
||||||
package for a list of all available options.
|
package for a list of all available options.
|
||||||
|
|
||||||
Additionally you can define the order that the client chooses the used cipher in
|
The first of these ciphers, available to both the client and the `pmgproxy`,
|
||||||
`/etc/default/pmgproxy` (default is the first cipher in the list available to
|
will be used.
|
||||||
both client and `pmgproxy`):
|
|
||||||
|
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
|
HONOR_CIPHER_ORDER=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user