step ssh inspect
Name
step ssh inspect -- print the contents of an ssh certificate
Usage
step ssh inspect <crt-file>
Description
step ssh inspect command prints ssh certificate details in human readable format.
Positional arguments
crt-file
The path to an ssh certificate.
Options
--format=format
The output format for printing the introspection details.
format
is a string and must be one of:
-
text: Print output in unstructured text suitable for a human to read.
-
json: Print output in JSON format.
Examples
Prints the contents of id_ecdsa-cert.pub:
$ step ssh inspect id_ecdsa-cert.pub