Name
step crypto key -- manage keys
Usage
step crypto key SUBCOMMAND [ARGUMENTS] [GLOBAL_FLAGS] [SUBCOMMAND_FLAGS]
Description
step crypto key command group provides facilities for
managing cryptographic keys.
Examples
Convert PEM format to PKCS8.
$ step crypto key format foo-key.pem
Commands
Name | Usage |
---|
format | reformat a public or private key |
public | print the public key from a private key or certificate |
inspect | print key details in human readable format |
fingerprint | print the fingerprint of a public key |
sign | sign a message using an asymmetric key |
verify | verify a signed message |