diff --git a/data/clients.json b/data/clients.json index 2f90c9f477..b8bd8e1711 100644 --- a/data/clients.json +++ b/data/clients.json @@ -1,5 +1,5 @@ { - "lastmod": "2024-03-18", + "lastmod": "2024-05-08", "categories": [ "Bash", "C", @@ -358,6 +358,22 @@ "category": "nginx", "comments": "(Reverse proxy to serve multiple internal servers based on internal DNS)" }, + { + "name": "lua-resty-acme", + "url": "https://github.com/fffonion/lua-resty-acme", + "category": "nginx", + "acme_v2": "true", + "challenges": { + "TLS-ALPN-01": "true" + } + }, + { + "name": "Angie ACME", + "url": "https://angie.software/en/configuration/modules/http_acme/", + "category": "nginx", + "comments": "(built-in module, no extra dependencies, simple configuration, reload-less auto retrieval)", + "acme_v2": "true" + }, { "name": "Greenlock for Commandline", "url": "https://git.coolaj86.com/coolaj86/greenlock-cli.js", @@ -852,15 +868,6 @@ "library": "PHP", "acme_v2": "true" }, - { - "name": "lua-resty-acme", - "url": "https://github.com/fffonion/lua-resty-acme", - "category": "nginx", - "acme_v2": "true", - "challenges": { - "TLS-ALPN-01": "true" - } - }, { "name": "acertmgr", "url": "https://github.com/moepman/acertmgr",