@nebius/js-sdk - v0.1.4
Services Index
GitHub
Preparing search index...
runtime/tls/system_certs
normalizeRootCAs
Function normalizeRootCAs
normalizeRootCAs
(
input
?:
string
|
string
[]
|
Buffer
<
ArrayBufferLike
>
,
)
:
Buffer
<
ArrayBufferLike
>
|
undefined
Normalize user-provided roots:
Buffer: returned as-is
string: treated as path to PEM bundle
string[]: each treated as path; concatenated in order
Parameters
Optional
input
:
string
|
string
[]
|
Buffer
<
ArrayBufferLike
>
Returns
Buffer
<
ArrayBufferLike
>
|
undefined
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.4
Loading...
Normalize user-provided roots: