From 901c8659cf7398b310cdf23d41dd2e66fd288ae7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 29 Jun 2018 02:55:40 -0600 Subject: [PATCH] lighten the load --- README.md | 15 +++++++++++++++ package.json | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bd926e..61a6c7c 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,21 @@ Install npm install --save greenlock-express@2.x ``` +Install (optional) +------- + +*More efficient* RSA key generation (*optional*): +(important for those on ARM devices like Raspberry Pi) +```bash +npm install --save ursa +``` + +*Let's Encrypt v01* (pre-draft ACME spec) compatibility (*optional*): +(important for those on ARM devices like Raspberry Pi) +```bash +npm install --save le-acme-core +``` + become a `communityMember` ================== diff --git a/package.json b/package.json index 7c2f84b..976dc8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenlock-express", - "version": "2.1.6", + "version": "2.3.0", "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.", "main": "glx.js", "homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js", @@ -8,7 +8,7 @@ "example": "examples" }, "dependencies": { - "greenlock": "^2.2.16", + "greenlock": "^2.3.0", "le-challenge-fs": "^2.0.8", "le-sni-auto": "^2.1.4", "le-store-certbot": "^2.1.0", @@ -29,7 +29,7 @@ }, "repository": { "type": "git", - "url": "git+https://git.coolaj86.com/coolaj86/greenlock-express.js.git" + "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js.git" }, "keywords": [ "acme",