Closed
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.