From cb1c2ce438668aa3d8c3b49c9b5856185539b579 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 15 Nov 2018 00:22:16 -0700 Subject: [PATCH] v2.4.10: update readme with privacy policy and terms --- README.md | 54 +++++++++++++++++++--------------------------------- package.json | 2 +- 2 files changed, 21 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 1ec3d9c..2aad685 100644 --- a/README.md +++ b/README.md @@ -70,42 +70,10 @@ 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` -================== - -If you're the kind of person that likes the kinds of stuff that I do, -well, I want to do more of it and I'd like to get you involved. - -When you set the `communityMember` option to `true` I save your -email and I'm able to inform you when there are mandatory updates -(such as with Let's Encrypt v2), notify you of important security issues, -give you early access to similar projects, and -get your feedback from time to time. - -I'll also get a hash of domain names that receive and renew certificates, -which is a metric that has long interested me and may help me in getting -non-developers involved in this and future projects. - QuickStart ========== - + + ### Screencast @@ -186,6 +154,21 @@ require('greenlock-express').create({ }).listen(80, 443); ``` +### `communityMember` + +If you're the kind of person that likes the kinds of stuff that I do, +well, I want to do more of it and I'd like to get you involved. + +As expected, by default we keep your email private and only use it for +transactional messaging, urgent security or API updates +(such as the mandatory upgrade to Let's Encrypt v2), and ACME account registration. + +However, when you set the `communityMember` option to `true` we'll also +inform you when there are meaningful and relavant feature updates (no bugfix noise), +and give you early access to similar projects. + +You can see our full privacy policy at . + ### What if the example didn't work? Double check the following: @@ -462,3 +445,6 @@ Brief overview of some simple options for `greenlock.js`: tags: letsencrypt acme free ssl automated https node express.js + + +Greenlock [Terms of Service](https://greenlock.domains/legal/#terms) and [Privacy Policy](https://greenlock.domains/legal/#privacy). diff --git a/package.json b/package.json index f8c52c2..7d1e76c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenlock-express", - "version": "2.4.9", + "version": "2.4.10", "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.", "main": "index.js", "homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js",