mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Stupid syntax issue in dovecot conf
This commit is contained in:
parent
43417bd00b
commit
f46e318374
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ ssl_cert = </etc/yunohost/certs/{{ main_domain }}/crt.pem
|
|||
ssl_key = </etc/yunohost/certs/{{ main_domain }}/key.pem
|
||||
|
||||
# curl https://ssl-config.mozilla.org/ffdhe2048.txt > /path/to/dhparam
|
||||
ssl_dh = /usr/share/yunohost/other/ffdhe2048.pem;
|
||||
ssl_dh = </usr/share/yunohost/other/ffdhe2048.pem
|
||||
|
||||
# intermediate configuration
|
||||
ssl_min_protocol = TLSv1.2
|
||||
|
|
Loading…
Add table
Reference in a new issue