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