Skip to content

Commit 62ec148

Browse files
committed
docs: add changes block for tls.getCACertificates ‘as’ option support
1 parent 36e8a2e commit 62ec148

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/api/tls.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2314,6 +2314,9 @@ tls.setDefaultCACertificates([...currentCerts, ...additionalCerts]);
23142314
added:
23152315
- v23.10.0
23162316
- 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`.
23172320
-->
23182321

23192322
* `options` {string|Object|undefined}

0 commit comments

Comments
 (0)