From bef32644b95195fb31cdb9102f6ced596b24db69 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 13 Dec 2015 00:28:02 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 407bb74..38c9908 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ pushd letsencrypt ./letsencrypt-auto ``` +### python-free version + +There are a few partially written javascript implementation, but they use `forge` instead of using node's native `crypto` and `ursa` - so their performance is outright horrific (especially on Rasbperry Pi et al). For the moment it's faster to use the wrapped python version. + +Once the `forge` crud is gutted away it should slide right in without a problem. Ping me if you'd like to help. + Usage Examples ======== @@ -390,7 +396,7 @@ Backends -------- * [`letsencrypt-python`](https://github.com/Daplie/node-letsencrypt-python) (complete) -* [`lejs`](https://github.com/Daplie/node-lejs) (in progress) +* [`letiny`](https://github.com/Daplie/node-letiny) (in progress) #### How to write a backend