Loolwsd.xml - cipher suite

Hello

Does someone know how to define/adapt the cipher suite in loolwsd.xml. In the loolwsd.xml file there exists default settings, but I have to now, how I can set up a cipher beside the default settings.

Kind regards, Roland

        <cert_file_path desc="Path to the cert file" relative="false">/etc/letsencrypt/live/collabora.mydomain.de/fullchain.pem</cert_file_path>
        <key_file_path desc="Path to the key file" relative="false">/etc/letsencrypt/live/collabora.mydomain.de/privkey.pem</key_file_path>
        <ca_file_path desc="Path to the ca file" relative="false">/etc/letsencrypt/live/collabora.mydomain.de/fullchain.pem</ca_file_path>

Hello,

Look at :

#Certificat SSL

<cipher_list desc="List of OpenSSL ciphers to accept" default=""ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"">EECDH+AESGCM:EECDH+CHACHA20:EECDH+AES256:AES256+EDH:!aNULL:!SHA</cipher_list>