Skip to content

Commit

Permalink
data/clients.json: Add Angie's http_acme to nginx clients; group entries
Browse files Browse the repository at this point in the history
  • Loading branch information
tarbagun committed May 8, 2024
1 parent 99772b3 commit eb0851b
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions data/clients.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastmod": "2024-03-18",
"lastmod": "2024-05-08",
"categories": [
"Bash",
"C",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit eb0851b

Please sign in to comment.