From 685ef09951ed7bea98212dfc3d3b66e767fa61fb Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 18 Aug 2016 13:07:55 -0600 Subject: [PATCH] fix #76 add migration notes --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1350506..77e3ddc 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,14 @@ Migrating from v1.x =================== Whereas v1.x had a few hundred lines of code, v2.x is a single small file of about 50 lines. -Now All of the behavior has moved to the various plugins, which each have their own options, respectively. + +A few important things to note: + +* Delete your v1.x `~/letsencrypt` directory + * (otherwise you get `{ type: 'urn:acme:error:malformed', detail: 'Parse error reading JWS', status: 400 }`) +* `approveRegistration` has been replaced by `approveDomains` +* All of the behavior has moved to the various plugins, which each have their own options +* Use https and http directly, don't rely on the silly `.listen()` helper. It's just there for looks. Usage =====