Clarify expected format for key files.

This commit is contained in:
Aaron Boodman 2019-10-28 21:57:07 -10:00 committed by GitHub
parent 5e25c22bd5
commit 195174e229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ The following will create and sign a token, then verify it and output the origin
echo {\"foo\":\"bar\"} | ./jwt -key ../../test/sample_key -alg RS256 -sign - | ./jwt -key ../../test/sample_key.pub -alg RS256 -verify -
Key files should be in PEM format. Other formats are not supported by this tool.
To simply display a token, use:
echo $JWT | ./jwt -show -