v1.3.5: Notify of upcoming ACME.js v3

This commit is contained in:
AJ ONeal 2019-10-19 06:11:38 -06:00
parent e0ca3c7fa4
commit c3a258b9bc
3 changed files with 6 additions and 9 deletions

View File

@ -1,12 +1,9 @@
# Do you rely on ACME.js? # ACME.js 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. ACME.js v3 is in private beta and will be available by Nov 1st.
**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, Follow the updates on the [campaign page](https://indiegogo.com/at/greenlock),
or you just love it, please reach out to return the favor today: and contribute to support the project and get beta access now.
[**SAVE GREENLOCK / ACME.js**](https://indiegogo.com/at/greenlock): <https://indiegogo.com/at/greenlock>
# [acme.js](https://git.coolaj86.com/coolaj86/acme.js) # [acme.js](https://git.coolaj86.com/coolaj86/acme.js)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "acme", "name": "acme",
"version": "1.3.4", "version": "1.3.5",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "acme", "name": "acme",
"version": "1.3.4", "version": "1.3.5",
"description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.", "description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.",
"homepage": "https://git.coolaj86.com/coolaj86/acme.js", "homepage": "https://git.coolaj86.com/coolaj86/acme.js",
"main": "node.js", "main": "node.js",