From de917f8e81bbf4a590abd85e8dbb3ef9887fb6b2 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 17 Aug 2017 13:54:05 -0700 Subject: [PATCH] doc: add `clientCertEngine` to docs Added `clientCertEngine` option to `https` and `tls` docs. --- doc/api/https.md | 9 ++++++--- doc/api/tls.md | 22 ++++++++++++++++------ 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/doc/api/https.md b/doc/api/https.md index 4740986170b..96ba80f29fa 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. * `options` {Object} + * `clientCertEngine` {string} Optional name of an OpenSSL engine which can + provide the client certificate. * `handshakeTimeout` {number} Abort the connection if the SSL/TLS handshake does not finish in the specified number of milliseconds. Defaults to `120` seconds. A `'tlsClientError'` is emitted on the `tls.Server` object whenever