Skip to content

Commit 96e8ae8

Browse files
committed
docs: add changes block for tls.getCACertificates ‘as’ option support
1 parent a760010 commit 96e8ae8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)