From 00086c2c006d7fc1a47bae02fa87d194d79aa558 Mon Sep 17 00:00:00 2001 From: rjruizes Date: Wed, 14 Jun 2017 07:27:47 -0400 Subject: [PATCH] document keyid as option (#361) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68f0e7d..48259fa 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ encoded private key for RSA and ECDSA. In case of a private key with passphrase * `subject` * `noTimestamp` * `header` +* `keyid` If `payload` is not a buffer or a string, it will be coerced into a string using `JSON.stringify`.