certificates/authority/testdata/templates/known_hosts.tpl
2020-01-28 13:28:16 -08: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}}