doc: createServer's key option can be an array · nodejs/node@5d5a4c4 · GitHub
Skip to content

Commit 5d5a4c4

Browse files
committed
doc: createServer's key option can be an array
The `tls` module's `createServer` and `createSecureContext` accept `key` option and it can be an array of keys as well. This patch explains the format of the entries in that array. Corresponding code: https://github.com/nodejs/node/blob/v4.1.1/lib/_tls_common.js#L73-L90 PR-URL: #3123 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
1 parent 6cf1910 commit 5d5a4c4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

doc/api/tls.markdown

Lines changed: 7 additions & 2 deletions

0 commit comments

Comments
 (0)