1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-10 14:22:59 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
Dominik Roos
8de234779b feedback 2021-12-02 22:38:16 +01:00
Dominik Roos
c4401e8650 Add emoji format to fingerprint commands
Add an additional `emoji` format for the `step certificate fingerprint`
that encodes the certificate fingerprint as an emoji string.

Add the `--format` flag to the `step ssh fingerprint` command that
controls the encoding of the fingerprint. The default behavior of the
command is unchanged. The additional encodings are the same as for
`step certificate fingerprint`.

Add teh `--format` flag to the `step crypto key fingerprint` command that
controls the encoding of the fingerprint. The default behavior of the
command is unchanged. For `sha1` hex encoding is used, for `sha256`
base64 encoding is used. The additional encodings are the same as for
`step certificate fingerprint`.

fixes #570
2021-12-02 22:03:21 +01:00