Skip to content

Commit

Permalink
Update clients list (#763)
Browse files Browse the repository at this point in the history
* GetCert client is deprecated in favor of GetCert2
* simp_le supports acmev2 per zenhack/simp_le#101
* Greenlock for nodejs supports acmev2
* Certificaat supports acmev2
  • Loading branch information
pgporada authored and jsha committed Nov 15, 2019
1 parent 6f59b18 commit 05f7930
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
{
"name": "certificaat",
"url": "https://github.com/danielsz/certificaat",
"acme_v2": "true",
"category": "Clojure"
},
{
Expand Down Expand Up @@ -306,6 +307,7 @@
{
"name": "Greenlock for node.js",
"url": "https://git.coolaj86.com/coolaj86/greenlock.js",
"acme_v2": "true",
"library": "Node.js"
},
{
Expand All @@ -328,7 +330,8 @@
"name": "ZeroSSL project",
"url": "https://github.com/do-know/Crypt-LE",
"acme_v2": "true",
"category": "Windows / IIS"
"category": "Windows / IIS",
"library": "Perl"
},
{
"name": "Crypt::LE",
Expand Down Expand Up @@ -389,6 +392,7 @@
{
"name": "simp_le",
"url": "https://github.com/zenhack/simp_le",
"acme_v2": "true",
"category": "Python"
},
{
Expand Down Expand Up @@ -699,7 +703,7 @@
},
{
"name": "GetCert",
"url": "https://github.com/GeorgeSchiro/GetCert",
"url": "https://github.com/GeorgeSchiro/GetCert2",
"category": "Windows / IIS",
"comments": "(simple GUI - .Net, C#, WPF, WCF)"
},
Expand Down

0 comments on commit 05f7930

Please sign in to comment.