Skip to content

Coursera Server-side Development with NodeJS, Express and MongoDB, by The Hong Kong University of Science and Technology. Full stack specilaization.

License

Notifications You must be signed in to change notification settings

Bepul-Hossain/Coursera-Server-side-Development-with-NodeJS-Express-and-MongoDB

Repository files navigation

For run node-mongo

  1. cd node-mongo
  2. npm start

Week 4: OpenSSL setting for windows 10 64 video

Error

PS E:\webdev\coursera\nodejs\coursera-nodejs\bin> openssl req -new -key private.key -out cert.csr
unable to load Private Key
31100:error:0909006C:PEM routines:get_name:no start line:crypto\pem\pem_lib.c:745:Expecting: ANY PRIVATE KEY

** Solution image

PS E:\webdev\coursera\nodejs\coursera-nodejs\bin> openssl genrsa -out private.key
PS E:\webdev\coursera\nodejs\coursera-nodejs\bin> openssl req -new -key private.key -out cert.csr
PS E:\webdev\coursera\nodejs\coursera-nodejs\bin> openssl x509 -req -in cert.csr -signkey private.key -out certificate.pem

About

Coursera Server-side Development with NodeJS, Express and MongoDB, by The Hong Kong University of Science and Technology. Full stack specilaization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published