Commit 5e76587
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 bd4311b commit 5e76587Copy full SHA for 5e76587
File tree
Expand file treeCollapse file tree
1 file changed
+7
-2
lines changedOpen diff view settings
Filter options
- doc/api
Expand file treeCollapse file tree
1 file changed
+7
-2
lines changedOpen diff view settings
Collapse file
+7-2Lines changed: 7 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
163 | 163 | |
164 | 164 | |
165 | 165 | |
166 | | - |
| 166 | + |
| 167 | + |
| 168 | + |
167 | 169 | |
168 | 170 | |
169 | 171 | |
| ||
508 | 510 | |
509 | 511 | |
510 | 512 | |
511 | | - |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
512 | 517 | |
513 | 518 | |
514 | 519 | |
|
0 commit comments