diff --git a/README.md b/README.md index c80f06f..0c69bc0 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,21 @@ used by the Root Certificate Authorities, not by web servers. So instead of trying to work through eleventeen brazillion errors about self-signed certs, you can just create an authority and then add the authority to your chain (viola, now it's trusted). + +Other SSL Resources +========= + +Zero-Config clone 'n' run (tm) Repos: + + +* [io.js / node.js HTTPS SSL Example](https://github.com/coolaj86/nodejs-ssl-example) +* [io.js / node.js HTTPS SSL Self-Signed Certificate Example](https://github.com/coolaj86/nodejs-self-signed-certificate-example) +* [io.js / node.js HTTPS SSL Trusted Peer Client Certificate Example](https://github.com/coolaj86/nodejs-ssl-trusted-peer-example) +* [SSL Root CAs](https://github.com/coolaj86/node-ssl-root-cas) + +Articles + +* [http://greengeckodesign.com/blog/2013/06/15/creating-an-ssl-certificate-for-node-dot-js/](Creating an SSL Certificate for node.js) +* [http://www.hacksparrow.com/express-js-https-server-client-example.html/comment-page-1](HTTPS Trusted Peer Example) +* [How to Create a CSR for HTTPS SSL (demo with name.com, node.js)](http://blog.coolaj86.com/articles/how-to-create-a-csr-for-https-tls-ssl-rsa-pems/) +* [coolaj86/Painless-Self-Signed-Certificates-in-node](https://github.com/coolaj86/node-ssl-root-cas/wiki/Painless-Self-Signed-Certificates-in-node.js)