From 4ac4eaa8bb6f5e9c5db5cd8d122351cb5936a661 Mon Sep 17 00:00:00 2001 From: Nik <31518594+RuStrannik@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:49:43 -0400 Subject: [PATCH 1/2] Added `acme-bot` to Node.js clients' implementations --- data/clients.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/data/clients.json b/data/clients.json index 05303d77ec..bb2ef47d54 100644 --- a/data/clients.json +++ b/data/clients.json @@ -1110,6 +1110,19 @@ "TLS-SNI-01": "false", "TLS-SNI-02": "false" } - } + }, + { + "name": "acme-bot", + "url": "https://git.serenity-island.net/sie-foss/acme-bot", + "category": "Node.js", + "acme_v2": "true", + "challenges": { + "HTTP-01": "true", + "DNS-01": "true", + "TLS-ALPN-01": "true" + }, + "comments": "(Supports 'tls-alpn-01')" + }, + ] } From c024668fc8a2f21902f83a54f79843be0f69a5e2 Mon Sep 17 00:00:00 2001 From: Nik <31518594+RuStrannik@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:16:22 -0400 Subject: [PATCH 2/2] Update clients.json, fixed typo --- data/clients.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/clients.json b/data/clients.json index bb2ef47d54..43ee4aab5b 100644 --- a/data/clients.json +++ b/data/clients.json @@ -1122,7 +1122,6 @@ "TLS-ALPN-01": "true" }, "comments": "(Supports 'tls-alpn-01')" - }, - + } ] }