Update README.md

This commit is contained in:
AJ ONeal 2015-12-15 05:14:08 -08:00
parent 4457425b43
commit 201254cb1e
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ pushd letsencrypt
./letsencrypt-auto
```
**moving towards a python-free version**
**pure node version**
A pure node version is now underway and will probably be complete by Wed Dec 16.
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 Raspberry Pi et al). For the moment it's faster to use the wrapped python version.