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