LiveLab
LiveLab copied to clipboard
new user question
just trying this out.
following readme instructions, I get stuck after npm run start-local
I get
fs.js:114
throw err;
^
Error: ENOENT: no such file or directory, open '/Users/Sandy/Documents/LiveLab/certs/privkey.pem'
Any idea about this?
Hi, it is looking for ssl certificates in order to run locally. You can generate via something like: http://www.devsec.org/info/ssl-cert.html
Thanks @ojack
now I get:
fs.js:114
throw err;
^
Error: ENOENT: no such file or directory, open '/Users/Tiffany/Documents/LiveLab/certs/fullchain.pem'
is it also necessary? how do I create such fullchain.pem? Apologies in advance for asking such newbie questions.