Skip to content

Commit

Permalink
docs: fix mtls example
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Nov 27, 2020
1 parent 77d7c30 commit a06446a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ const { custom } = require('openid-client');
client[custom.http_options] = function (options) {
// see https://github.com/sindresorhus/got/tree/v11.8.0#advanced-https-api
options.https = options.https || {};
options.https.cert = cert; // <string> | <string[]> | <Buffer> | <Buffer[]>
options.https.certificate = certificate; // <string> | <string[]> | <Buffer> | <Buffer[]>
options.https.key = key; // <string> | <string[]> | <Buffer> | <Buffer[]> | <Object[]>
// custom CA
// options.https.ca = ca; // <string> | <string[]> | <Buffer> | <Buffer[]>
Expand Down

0 comments on commit a06446a

Please sign in to comment.