-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
Description
Is there any way to retrieve the built-in root certificates, that are shiped with node (https://github.com/nodejs/node/blob/master/src/node_root_certs.h) from a node application?
Via https.globalAgent.options.ca it is possible to define custom certificates, but the already existing ones are not listed here.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.