shibd commented on PR #301: URL: https://github.com/apache/pulsar-client-node/pull/301#issuecomment-1445027979
> we are using the cacerts file provided by the user environment We are using the [Mozilla CA](https://nodejs.org/api/tls.html#tlsrootcertificates) file provided by Node.js > and we are not bundling it at build time? Yes, when the user installed `pulsar-client`, we just went to get this certificate content by `tls.rootCertificates` and append a cert file. BTW: Since the CPP client can't set cert content direct, we first need to write the certificate content to a file and pass in the path to the CPP client. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
