certificates/authority/testdata/templates/ca.tpl
2020-01-28 13:28:16 -08:00

4 lines
No EOL
169 B
Smarty

{{.Step.SSH.UserKey.Type}} {{.Step.SSH.UserKey.Marshal | toString | b64enc}}
{{- range .Step.SSH.UserFederatedKeys}}
{{.Type}} {{.Marshal | toString | b64enc}}
{{- end}}