From 201254cb1e00317baf00b8071591615ea404fd25 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 15 Dec 2015 05:14:08 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e7afe..dd8a6d6 100644 --- a/README.md +++ b/README.md @@ -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. From f1c6627624d16ea02ba128a4deafcc394041ca04 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 15 Dec 2015 07:44:10 -0800 Subject: [PATCH 2/2] pure node ursa and forge branches almost complete! --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd8a6d6..5a2b54e 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,13 @@ pushd letsencrypt ./letsencrypt-auto ``` -**pure node version** +### Great News: -A pure node version is now underway and will probably be complete by Wed Dec 16. +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. -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. +* https://github.com/Daplie/node-letsencrypt/tree/ursa -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. +Ping [@coolaj86](https://coolaj86.com) if you'd like to help. Usage =====