certificates/authority/testdata/templates/ca.tpl

4 lines
169 B
Smarty
Raw Normal View History

2019-10-14 17:10:47 -07:00
{{.Step.SSH.UserKey.Type}} {{.Step.SSH.UserKey.Marshal | toString | b64enc}}
{{- range .Step.SSH.UserFederatedKeys}}
{{.Type}} {{.Marshal | toString | b64enc}}
{{- end}}