Browse Source

v2.8.6: add EoL notice

v2.8.6
AJ ONeal 5 years ago
parent
commit
977de24648
  1. 10
      README.md
  2. 2
      package-lock.json
  3. 4
      package.json

10
README.md

@ -1,3 +1,13 @@
# Do you rely on Greenlock.js?
Hey! Let's Encrypt will **STOP WORKING** with Greenlock and ACME.js at the end of Oct 2019.
**WITHOUT YOUR HELP** we won't get the next release out in time.
If Greenlock (or ACME.js) has saved you time and money, and taken stress out of your life,
or you just love it, please reach out to return the favor today:
[**SAVE GREENLOCK / ACME.js**](https://indiegogo.com/at/greenlock): <https://indiegogo.com/at/greenlock>
!["Greenlock Logo"](https://git.rootprojects.org/root/greenlock.js/raw/branch/master/logo/greenlock-1063x250.png 'Greenlock lock logo and work mark')
!["Greenlock Function"](https://git.rootprojects.org/root/greenlock.js/raw/branch/master/logo/from-not-secure-to-secure-url-bar.png 'from url bar showing not secure to url bar showing secure')

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.8.5",
"version": "2.8.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

4
package.json

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.8.5",
"version": "2.8.6",
"description": "Greenlock is Let's Encrypt (ACME) client for node.js",
"homepage": "https://greenlock.domains/",
"main": "index.js",
@ -25,7 +25,7 @@
"tls",
"https"
],
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
"author": "AJ ONeal <coolaj86@gmail.com> (https://solderjs.com/)",
"license": "MPL-2.0",
"bugs": {
"url": "https://git.rootprojects.org/root/greenlock.js/issues"

Loading…
Cancel
Save