Merge branch 'master' of github.com:Daplie/node-letsencrypt

Bu işleme şunda yer alıyor:
AJ ONeal 2015-12-16 04:54:21 -08:00
işleme 5828e4f4ef
1 değiştirilmiş dosya ile 5 ekleme ve 3 silme

Dosyayı Görüntüle

@ -35,11 +35,13 @@ pushd letsencrypt
./letsencrypt-auto
```
**moving towards a python-free version**
### Great News:
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.
The pure node `ursa` and `forge` branches are almost complete (and completely compatible with the official client directory and file structure)! `ursa` will be fast and work on Raspberry Pi. `forge` will be slow, but it will work on Windows.
Once the `forge` crud is gutted away it should slide right in without a problem. Ping [@coolaj86](https://coolaj86.com) if you'd like to help.
* https://github.com/Daplie/node-letsencrypt/tree/ursa
Ping [@coolaj86](https://coolaj86.com) if you'd like to help.
Usage
=====