step crypto jwk keyset find
step crypto jwk keyset find -- a JWK in a JWK Set
step crypto jwk keyset find <jwks-file> [--kid=<kid>]
step crypto jwk keyset find command locates the JWK with a key ID matching
kid
from the JWK Set stored in jwks-file
. The matching JWK is printed to
STDOUT.
jwks-file
File containing a JWK Set
--kid=kid
The key ID of the JWK to locate from the JWK Set. kid
is a case-sensitive
string.