diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 480930898eced0..4cacde0d8e9083 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1826,6 +1826,9 @@ Creates and returns a new key object containing a private key. If `key` is a string or `Buffer`, `format` is assumed to be `'pem'`; otherwise, `key` must be an object with the properties described above. +If the private key is encrypted, a `passphrase` must be specified. The length +of the passphrase is limited to 1024 bytes. + ### crypto.createPublicKey(key)