mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-07 15:20:27 +00:00
4 lines
205 B
Smarty
4 lines
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}}
|