From 6aaec506a879b70de80d6c6daa67736e9eea519d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 8 Aug 2016 09:13:34 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 43ef29c..44ea7fd 100644 --- a/README.md +++ b/README.md @@ -7,23 +7,12 @@ | [letsencrypt-hapi](https://github.com/Daplie/letsencrypt-hapi) | -letsencrypt (v2) +letsencrypt =========== Automatic [Let's Encrypt](https://letsencrypt.org) HTTPS / TLS / SSL Certificates for node.js - * [Automatic HTTPS with ExpressJS](https://github.com/Daplie/letsencrypt-express) - * [Automatic live renewal](https://github.com/Daplie/letsencrypt-express#how-automatic) - * On-the-fly HTTPS certificates for Dynamic DNS (in-process, no server restart) - * Works with node cluster out of the box - * usable [via commandline](https://github.com/Daplie/letsencrypt-cli) as well - * Free SSL (HTTPS Certificates for TLS) - * [90-day certificates](https://letsencrypt.org/2015/11/09/why-90-days.html) - -**See Also** - -* [Let's Encrypt in (exactly) 90 seconds with Caddy](https://daplie.com/articles/lets-encrypt-in-literally-90-seconds/) -* [lego](https://github.com/xenolf/lego): Let's Encrypt for golang +Free SLL with [90-day](https://letsencrypt.org/2015/11/09/why-90-days.html) HTTPS / TLS Certificates STOP ==== From c82ccbbe3c34a61dbdf8c23e7c3a119ed85febc9 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 8 Aug 2016 09:14:08 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44ea7fd..ea57244 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ It's very simple and easy to use, but also very complete and easy to extend and ### Overly Simplified Example -Against my better judgement I'm providing a terribly oversimplified exmaple +Against my better judgement I'm providing a terribly oversimplified example of how to use this library: ```javascript