Red Hat Virtualization: How to enable the ssl_ciphers option in VDSM

Updated

The 'ssl_ciphers' option in VDSM enables you to configure available ciphers for encrypted connections (for example, between the Manager and VDSM, or between VDSM and VDSM). The values this option uses conform to the OpenSSL standard.

To set this option:

  1. Move the host to Maintenance in the Manager.

  2. Create a new /etc/vdsm/vdsm.conf.d/99-custom-ciphers.conf file with the following content:

[vars]
ssl_ciphers = <VALUE>

where <VALUE> is one of the values described in the CIPHERS STRINGD section in https://www.openssl.org/docs/man1.0.2/apps/ciphers.html.

  1. Restart VDSM.

  2. Activate the host in the Manager.

Category
Components
Tags
Article Type