From 331d370eaf6dee6ceadda669271658765a5d232a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 6 Jun 2019 06:11:59 +0000 Subject: [PATCH] mention ACME.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1c1a60..6bb492a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [acme-challenge-test](https://git.rootprojects.org/root/acme-challenge-test.js.git) | A [Root](https://rootprojects.org) Project The test harness you should use when writing an ACME challenge strategy -for [Greenlock](https://git.coolaj86.com/coolaj86/greenlock-express.js) v2.7+ (and v3). +for [ACME.js](https://git.coolaj86.com/coolaj86/acme-v2.js) and also [Greenlock](https://git.coolaj86.com/coolaj86/greenlock-express.js) v2.7+ (and v3). All implementations MUST pass these tests, which is a very easy thing to do (just `set()`, `get()`, and `remove()`).