lighten the load

This commit is contained in:
AJ ONeal 2018-06-29 02:55:40 -06:00
parent 20de40cd1d
commit 901c8659cf
2 changed files with 18 additions and 3 deletions

View File

@ -73,6 +73,21 @@ Install
npm install --save greenlock-express@2.x npm install --save greenlock-express@2.x
``` ```
Install (optional)
-------
*More efficient* RSA key generation (*optional*):
<small>(important for those on ARM devices like Raspberry Pi)</small>
```bash
npm install --save ursa
```
*Let's Encrypt v01* (pre-draft ACME spec) compatibility (*optional*):
<small>(important for those on ARM devices like Raspberry Pi)</small>
```bash
npm install --save le-acme-core
```
become a `communityMember` become a `communityMember`
================== ==================

View File

@ -1,6 +1,6 @@
{ {
"name": "greenlock-express", "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.", "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
"main": "glx.js", "main": "glx.js",
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js", "homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js",
@ -8,7 +8,7 @@
"example": "examples" "example": "examples"
}, },
"dependencies": { "dependencies": {
"greenlock": "^2.2.16", "greenlock": "^2.3.0",
"le-challenge-fs": "^2.0.8", "le-challenge-fs": "^2.0.8",
"le-sni-auto": "^2.1.4", "le-sni-auto": "^2.1.4",
"le-store-certbot": "^2.1.0", "le-store-certbot": "^2.1.0",
@ -29,7 +29,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://git.coolaj86.com/coolaj86/greenlock-express.js.git" "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js.git"
}, },
"keywords": [ "keywords": [
"acme", "acme",