Create self signed tls certificates without OpenSSL.
npm install [-g] make-https
make-https [npx make-https]
server: {
https: {
+++ cert: fs.readFileSync(path.join(__dirname, "keys/cert.crt")),
+++ key: fs.readFileSync(path.join(__dirname, "keys/cert.key")),
},
},