From 3e2b516f37efad86184d283902b4586ab9cb96ce Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 30 Apr 2018 23:43:58 -0600 Subject: [PATCH] update description --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c96d106..ab01dc5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ browser-csr =========== -Create a CSR (Certificate Signing Request) in the browser that supports SAN altnames. +Generate a Certificate Signing Request (CSR) in your browser! Used for Let's Encrypt v2 with [greenlock.html](https://git.coolaj86.com/coolaj86/greenlock.html). +Uses as few dependencies as possible from the PKI.js and ASN1.js suites and supports SAN AltNames. + Usage -----