Update README.md

This commit is contained in:
AJ ONeal 2015-12-13 00:28:02 -08:00
parent ed8862deca
commit bef32644b9
1 changed files with 7 additions and 1 deletions

View File

@ -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