configpolicy/roles/step-ssh/templates/ca.pub.j2

4 lines
72 B
Django/Jinja

{% for cert in step_ssh_trueted_user_ca_keys %}
{{ cert }}
{% endfor %}