From 7d49bd0045969fa504731009ef5ddcb6d4c4e130 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 4740986170b39a..96ba80f29fa034 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