Q:

zerossl not working for node js

// Make sure to include the certificate bundle as well
const options = {
  key: fs.readFileSync("/dir/key.key"),
  cert: fs.readFileSync("/dir/crt.crt"),
  ca: fs.readFileSync("/dir/ca.ca"),
};
1

New to Communities?

Join the community