node-easy-cert
node-easy-cert copied to clipboard
feat: Add options fields to avoid ssl certificate problem
Calling ifRootCATrusted method on non-windows platform is possible to throw a ssl verify problem when trusting a self signed certificate.
const testCmd = `curl https://${DOMAIN_TO_VERIFY_HTTPS}:${port}`;
+1