v2.8.8: Notify of upcoming Greenlock v3

这个提交包含在:
AJ ONeal 2019-10-19 06:16:24 -06:00
父节点 33e6f800b8
当前提交 94fd657562
共有 3 个文件被更改,包括 15 次插入18 次删除

查看文件

@ -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 lock logo and work mark')

16
package-lock.json 自动生成的
查看文件

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.8.7",
"version": "2.8.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -15,11 +15,11 @@
"integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw=="
},
"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": {
@ -28,9 +28,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"

查看文件

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.8.7",
"version": "2.8.8",
"description": "Greenlock is Let's Encrypt (ACME) client for node.js",
"homepage": "https://greenlock.domains/",
"main": "index.js",
@ -35,9 +35,9 @@
"le-acme-core": "^2.1.3"
},
"dependencies": {
"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",