Skip to content

Commit

Permalink
Merge pull request #2 from DoomyTheFroomy/patch-1
Browse files Browse the repository at this point in the history
Fix JWK description
  • Loading branch information
awlayton committed Mar 11, 2016
2 parents 588d67f + 3529a0f commit d146e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -140,7 +140,7 @@ $ ssh-keygen -f private.pem -e -m PEM > public.pem

## rsaPemToJwk(pem, extraKeys, type)
Converts PEM encoded RSA public and private keys to the [JWK (JSON Web
Token)][jwk] format.
Key)][jwk] format.

### Parameters
`pem` {String} of a PEM encoded RSA public or private key.
Expand Down

0 comments on commit d146e50

Please sign in to comment.