7 lines
236 B
Text
7 lines
236 B
Text
|
|
# {{ ansible_managed }}
|
||
|
|
# One cert per line. Multi-SAN certs : list all SANs space-separated.
|
||
|
|
# dehydrated names the resulting cert directory after the FIRST domain.
|
||
|
|
{% for cert in haproxy_letsencrypt_domains %}
|
||
|
|
{{ cert }}
|
||
|
|
{% endfor %}
|