certificates/authority/testdata/templates/known_hosts.tpl
2019-10-14 17:10:47 -07:00

4 lines
No EOL
205 B
Smarty

@cert-authority * {{.Step.SSH.HostKey.Type}} {{.Step.SSH.HostKey.Marshal | toString | b64enc}}
{{- range .Step.SSH.HostFederatedKeys}}
@cert-authority * {{.Type}} {{.Marshal | toString | b64enc}}
{{- end}}