certificates/authority/testdata/templates/known_hosts.tpl

4 lines
205 B
Smarty
Raw Normal View History

2019-10-15 00:10:47 +00:00
@cert-authority * {{.Step.SSH.HostKey.Type}} {{.Step.SSH.HostKey.Marshal | toString | b64enc}}
{{- range .Step.SSH.HostFederatedKeys}}
@cert-authority * {{.Type}} {{.Marshal | toString | b64enc}}
{{- end}}