From a0da8ceb28627fd5cd3492114d5901201c1f70b6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 13 Dec 2015 00:31:06 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 269b09c..8df5964 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pushd letsencrypt ./letsencrypt-auto ``` -### python-free version +**moving towards a 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.