summaryrefslogtreecommitdiff
path: root/doc/api/https.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-08-17 13:54:05 -0700
committerRich Trott <rtrott@gmail.com>2017-11-11 13:35:23 -0800
commitde917f8e81bbf4a590abd85e8dbb3ef9887fb6b2 (patch)
tree0e413631a1b9ca91550efeaccfe4ef089ae421d7 /doc/api/https.md
parent6ee985f311de14621c440377f76d0391b6b23320 (diff)
downloadandroid-node-v8-de917f8e81bbf4a590abd85e8dbb3ef9887fb6b2.tar.gz
android-node-v8-de917f8e81bbf4a590abd85e8dbb3ef9887fb6b2.tar.bz2
android-node-v8-de917f8e81bbf4a590abd85e8dbb3ef9887fb6b2.zip
doc: add `clientCertEngine` to docs
Added `clientCertEngine` option to `https` and `tls` docs.
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index 4740986170..96ba80f29f 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -150,6 +150,9 @@ Global instance of [`https.Agent`][] for all HTTPS client requests.
<!-- YAML
added: v0.3.6
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/6569
+ description: The `options` parameter can now include `clientCertEngine`.
- version: v7.5.0
pr-url: https://github.com/nodejs/node/pull/10638
description: The `options` parameter can be a WHATWG `URL` object.
@@ -164,9 +167,9 @@ changes:
Makes a request to a secure web server.
-The following additional `options` from [`tls.connect()`][] are also accepted when using a
- custom [`Agent`][]:
- `pfx`, `key`, `passphrase`, `cert`, `ca`, `ciphers`, `rejectUnauthorized`, `secureProtocol`, `servername`
+The following additional `options` from [`tls.connect()`][] are also accepted
+when using a custom [`Agent`][]: `ca`, `cert`, `ciphers`, `clientCertEngine`,
+`key`, `passphrase`, `pfx`, `rejectUnauthorized`, `secureProtocol`, `servername`
`options` can be an object, a string, or a [`URL`][] object. If `options` is a
string, it is automatically parsed with [`url.parse()`][]. If it is a [`URL`][]