I am currently implementing a NodeJS server, which runs on windows machine. My requirement is to enable certificate validation for client server commnunication. Currently, I have my code as below and works great (note that all the clients are sent the server Root CA certificate).I am currently implementing a NodeJS server, wh