configpolicy/roles/step-ssh/templates/hostcertificate.conf.j2

6 lines
128 B
Django/Jinja

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