From 6d7b06dd1bcca57a84317d5eb9bcf1812812f07b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 25 Jun 2014 18:24:26 -0600 Subject: [PATCH] Add au --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 386656c..508dc65 100644 --- a/README.md +++ b/README.md @@ -119,3 +119,27 @@ The same dissolution from the terminal would be export NODE_TLS_REJECT_UNAUTHORIZED="0" node my-service.js ``` + +# Index + +Other information you might want to know while you're here. + +## Generating an SSL Cert + +Just in case you didn't know, here's how you do it: + +``` +openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr +``` + +**DO NOT FILL OUT** email address, challenge password, or optional company name + +However, you *should* fill out country name, FULL state name, locality name, organization name. + +*organizational unit* is optional. + +``` +cat server.csr +``` + +That creates a sha-1 hash.