From 5a8a30c7058a9af4cad7f75ba807731b2551e0ca Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 14 Oct 2016 12:34:18 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 06473e3..b02d982 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,7 @@ For ACME Challenge: * `get(defaults, domain, challenge, done)` * `remove(defaults, domain, challenge, done)` -Note: `get()` is a no-op for `dns-01` and although `dns-01` does not use `keyAuthorization`, -it must be passed in as `null` to keep the correct method signature. +Note: `get()` is a no-op for `dns-01`. For node-letsencrypt internals: