|
|
@ -1,6 +1,6 @@
|
|
|
|
ssl_certificate {{ TLS[0] }};
|
|
|
|
ssl_certificate {{ TLS[0] }};
|
|
|
|
ssl_certificate_key {{ TLS[1] }};
|
|
|
|
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] }};
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|