mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-26 04:37:13 +00:00
[Postfix] use python bootstrapper to start POSTFIX container
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{% if not SKIP_LETS_ENCRYPT|lower in ['y', 'yes'] %}
|
||||
{% for cert_dir, domains in VALID_CERT_DIRS.items() %}
|
||||
{% for domain in domains %}
|
||||
{{ domain }} {{ cert_dir }}/key.pem {{ cert_dir }}/cert.pem
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user