{% if host_certs.certs|d(none) %}
{% for cert in host_certs.certs | sort %}
HostCertificate {{ cert }}
{% endfor %}
{% endif %}