We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e8a2e commit 62ec148Copy full SHA for 62ec148
1 file changed
doc/api/tls.md
@@ -2314,6 +2314,9 @@ tls.setDefaultCACertificates([...currentCerts, ...additionalCerts]);
2314
added:
2315
- v23.10.0
2316
- v22.15.0
2317
+changes:
2318
+ - Added support for the `as` option to specify the return format of certificates (`buffer` or `x509`).
2319
+ - Updated the default return format to be `buffer`.
2320
-->
2321
2322
* `options` {string|Object|undefined}
0 commit comments