v2.7.18: Notify of upcoming Greenlock v3
This commit is contained in:
parent
afac2b01a6
commit
9ab7844ea8
11
README.md
11
README.md
|
@ -1,12 +1,9 @@
|
|||
# Do you rely on Greenlock.js?
|
||||
# Greenlock v3 on its way (Nov 1st, 2019)
|
||||
|
||||
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.
|
||||
Greenlock v3 is in private beta (for backers) and will be available publicly by Nov 1st.
|
||||
|
||||
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>
|
||||
You can keep an eye for updates on the [campaign page](https://indiegogo.com/at/greenlock) and,
|
||||
if this has been a useful project that's saved you time, [please contribute](https://paypal.me/rootprojects/99).
|
||||
|
||||
![Greenlock Logo](https://git.rootprojects.org/root/greenlock.js/raw/branch/master/logo/greenlock-1063x250.png "Greenlock Logo")
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "greenlock-express",
|
||||
"version": "2.7.17",
|
||||
"version": "2.7.18",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -25,11 +25,11 @@
|
|||
}
|
||||
},
|
||||
"acme": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/acme/-/acme-1.3.3.tgz",
|
||||
"integrity": "sha512-zEE5IFDvWHROhuLCrK8vNWqyQ5tKBT3gQH+uZ8y0slsyPG3ciHgUc4F73+WeRIiLFjLAP4OhXGhLKn503G0U8g==",
|
||||
"version": "1.3.5",
|
||||
"resolved": "https://registry.npmjs.org/acme/-/acme-1.3.5.tgz",
|
||||
"integrity": "sha512-KIFVyMho7y3RxRSTzkuX031TmfXwzl0ioy8+r2pnfLz6YWFQ5q7a/cYUDTgIbrFMPe/syY26Qv1DOdHQ5ARWcw==",
|
||||
"requires": {
|
||||
"acme-v2": "^1.8.5"
|
||||
"acme-v2": "^1.8.6"
|
||||
}
|
||||
},
|
||||
"acme-dns-01-cli": {
|
||||
|
@ -38,9 +38,9 @@
|
|||
"integrity": "sha512-Aa4bUpq6ftX1VODiShOetOY5U0tsXY5EV7+fQwme3Q8Y9rjYBArBXHgFCAVKtK1AF+Ev8pIuF6Z42hzMFa73/w=="
|
||||
},
|
||||
"acme-v2": {
|
||||
"version": "1.8.5",
|
||||
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.5.tgz",
|
||||
"integrity": "sha512-rhuIJTBBT9VwzBe/Ydy05MYRV9alm+qzP7duSoZeRvUS8tBcnlwuVQ0rtPfYdN8JdDR1aXmgp4m+G5Mqp/bdAA==",
|
||||
"version": "1.8.6",
|
||||
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.6.tgz",
|
||||
"integrity": "sha512-LWdicUYHTGDtYX7LlgsQurmM9txwfAFydg7mQLPKHrFMnNNtfJEtHC2fWfr+pFGNb3XKIbvyFUoyFB6cOmWRpA==",
|
||||
"requires": {
|
||||
"@root/request": "^1.3.11",
|
||||
"rsa-compat": "^2.0.8"
|
||||
|
@ -282,13 +282,13 @@
|
|||
"dev": true
|
||||
},
|
||||
"greenlock": {
|
||||
"version": "2.8.7",
|
||||
"resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.8.7.tgz",
|
||||
"integrity": "sha512-Qdzjd3S5izQq8R/qV9ovHZRij8Hml+HlJlB3HvtgbodVjiwBIjeWbeQr8s+7ql79Jg+gFCrBwCBmQoNKcInoEw==",
|
||||
"version": "2.8.8",
|
||||
"resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.8.8.tgz",
|
||||
"integrity": "sha512-U2pqxXXf0naeZc2363Xe174C6/T9lXGZYQjXBqa/PMb1CYRQuHwXlAqFEUu75JkxyHAzFGj/uliqSyQwIc91Yg==",
|
||||
"requires": {
|
||||
"acme": "^1.3.3",
|
||||
"acme": "^1.3.5",
|
||||
"acme-dns-01-cli": "^3.0.0",
|
||||
"acme-v2": "^1.8.5",
|
||||
"acme-v2": "^1.8.6",
|
||||
"cert-info": "^1.5.1",
|
||||
"greenlock-store-fs": "^3.0.2",
|
||||
"keypairs": "^1.2.14",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "greenlock-express",
|
||||
"version": "2.7.17",
|
||||
"version": "2.7.18",
|
||||
"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://greenlock.domains",
|
||||
|
@ -8,7 +8,7 @@
|
|||
"example": "examples"
|
||||
},
|
||||
"dependencies": {
|
||||
"greenlock": "^2.8.7",
|
||||
"greenlock": "^2.8.8",
|
||||
"redirect-https": "^1.1.5"
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue