From e93292c2ef32c28997719932f9a6c3011a095479 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 30 Aug 2016 08:54:19 -0600 Subject: [PATCH] note bug in node < v4.4 for #51 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0bcefd..1c22b94 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ npm install --save le-acme-core@2.x # default plugin for ACME spec npm install --save le-sni-auto@2.x # default plugin for SNICallback ``` +**Important**: Use node v4.5+ or v6.x, node <= v4.4 has a [known bug](https://github.com/nodejs/node/issues/8053) in the `Buffer` implementation. + Usage =====