Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure...
vconst sslRootCAs = require('ssl-root-cas/latest').create();
sslRootCAs.addFile('/path/to/dymo/certificate.pem'); // Replace with actual path
require('https').globalAgent.options.ca = sslRootCAs;