From 15a80396b9066aff025b4ac7f86647c5865c6efb Mon Sep 17 00:00:00 2001 From: Ringo De Smet Date: Mon, 25 Sep 2023 23:02:51 +0200 Subject: [PATCH] Add Pulumi ACME provider & sort config mgmt tools alphabetically Signed-off-by: Ringo De Smet --- data/clients.json | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/data/clients.json b/data/clients.json index 05303d77ec..9b67be2fb4 100644 --- a/data/clients.json +++ b/data/clients.json @@ -1025,6 +1025,30 @@ }, "comments": "(Express middleware for storing certificates securely on Azure Key Vault)" }, + { + "name": "Ansible collection: acme", + "url": "https://github.com/T-Systems-MMS/ansible-collection-acme", + "category": "Configuration management tools", + "comments": "(ACME V2 integration with acme_certificate module. Supports multiple providers for challenges)", + "acme_v2": "true", + "challenges": { + "HTTP-01": "true", + "DNS-01": "true", + "TLS-SNI-01": "false", + "TLS-SNI-02": "false" + } + }, + { + "name": "Pulumi ACME Provider", + "url": "https://www.pulumi.com/registry/packages/acme/", + "acme_v2": "pulumi-acme >= 0.0.1", + "challenges": { + "HTTP-01": "pulumi-acme >= 0.0.1", + "DNS-01": "pulumi-acme >= 0.0.1", + "TLS-ALPN-01": "pulumi-acme >= 0.0.1" + }, + "category": "Configuration management tools" + }, { "name": "Terraform ACME Provider", "url": "https://registry.terraform.io/providers/vancluever/acme/latest", @@ -1064,19 +1088,6 @@ "TLS-SNI-02": "false" } }, - { - "name": "Ansible collection: acme", - "url": "https://github.com/T-Systems-MMS/ansible-collection-acme", - "category": "Configuration management tools", - "comments": "(ACME V2 integration with acme_certificate module. Supports multiple providers for challenges)", - "acme_v2": "true", - "challenges": { - "HTTP-01": "true", - "DNS-01": "true", - "TLS-SNI-01": "false", - "TLS-SNI-02": "false" - } - }, { "name": "certmanager", "url": "https://github.com/Cloud-Foundations/golib/tree/master/cmd/certmanager",