Update README.md

This commit is contained in:
AJ ONeal 2015-01-27 21:30:39 -07:00
parent b9958e8c9e
commit 70d3bf5191
1 changed files with 18 additions and 0 deletions

View File

@ -120,3 +120,21 @@ used by the Root Certificate Authorities, not by web servers.
So instead of trying to work through eleventeen brazillion errors So instead of trying to work through eleventeen brazillion errors
about self-signed certs, you can just create an authority and then about self-signed certs, you can just create an authority and then
add the authority to your chain (viola, now it's trusted). 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)