mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-28 03:56:43 +02:00
Update tls.conf
This commit is contained in:
parent
68ff6c8337
commit
f6ebf9fda2
@ -3,7 +3,7 @@ ssl_certificate_key {{ TLS[1] }};
|
|||||||
{% if TLS_FLAVOR in ['letsencrypt','mail-letsencrypt'] %}
|
{% if TLS_FLAVOR in ['letsencrypt','mail-letsencrypt'] %}
|
||||||
ssl_certificate {{ TLS[2] }};
|
ssl_certificate {{ TLS[2] }};
|
||||||
ssl_certificate_key {{ TLS[3] }};
|
ssl_certificate_key {{ TLS[3] }};
|
||||||
ssl_trusted_certificate /etc/ssl/certs/ca-cert-ISRG_Root_X1.pem
|
ssl_trusted_certificate /etc/ssl/certs/ca-cert-ISRG_Root_X1.pem;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
ssl_session_timeout 1d;
|
ssl_session_timeout 1d;
|
||||||
ssl_session_tickets off;
|
ssl_session_tickets off;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user