ilijamt / express-jwt-auth-mongoose

Authentication is part of almost every system, even if it is in node.js, Express, Angular.JS, PHP, Perl, Ruby, or any other languages you are using. Dealing with authentication is a must for most of the systems.
60 stars 27 forks source link

Generating Keys #1

Closed samuelcouch closed 9 years ago

samuelcouch commented 9 years ago

Could you add a little explanation about generating the keys? I tried replicating using openssl but I wasn't entirely sure what I was doing -- especially since there seems to be some files in the /keys directory that don't look like they're being used.

EDIT // Found your blog post while searching for some help -- How to generate self-signed certificate for usage in Express4 or Node.js HTTP