LiveLab icon indicating copy to clipboard operation
LiveLab copied to clipboard

new user question

Open omarcostahamido opened this issue 5 years ago • 2 comments

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?

omarcostahamido avatar Mar 28 '20 09:03 omarcostahamido

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

ojack avatar Mar 28 '20 15:03 ojack

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.

omarcostahamido avatar Mar 29 '20 02:03 omarcostahamido