certificates/authority/testdata/templates/ca.tpl

4 lines
169 B
Smarty
Raw Normal View History

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