From 39a3fcd0cc156b7af522357784bc25997ba5f8d9 Mon Sep 17 00:00:00 2001 From: Georges Haidar Date: Wed, 13 Aug 2025 16:24:58 +0100 Subject: [PATCH 1/3] chore: add cfssljson to mise registry Adds `cfssljson`, which is a complementary program to `cfssl`, to the mise registry. Both of these programs are developed by Cloudflare here: https://github.com/cloudflare/cfssl --- registry.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/registry.toml b/registry.toml index c89ce96561..3774dc16e3 100644 --- a/registry.toml +++ b/registry.toml @@ -458,6 +458,10 @@ cfssl.backends = [ "aqua:cloudflare/cfssl/cfssl", "asdf:mathew-fleisch/asdf-cfssl" ] +cfssljson.description = "cfssljson: Takes the JSON output from Cloudflare's cfssl and multirootca programs and writes certificates, keys, CSRs, and bundles to disk." +cfssljson.backends = [ + "aqua:cloudflare/cfssl/cfssljson" +] chamber.description = "CLI for managing secrets" chamber.backends = [ "aqua:segmentio/chamber", From a9b3bbad2b62311f1ef1cfab154381eba9e9d858 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:31:22 +0000 Subject: [PATCH 2/3] [autofix.ci] apply automated fixes --- registry.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/registry.toml b/registry.toml index 3774dc16e3..ed256cb1aa 100644 --- a/registry.toml +++ b/registry.toml @@ -459,9 +459,7 @@ cfssl.backends = [ "asdf:mathew-fleisch/asdf-cfssl" ] cfssljson.description = "cfssljson: Takes the JSON output from Cloudflare's cfssl and multirootca programs and writes certificates, keys, CSRs, and bundles to disk." -cfssljson.backends = [ - "aqua:cloudflare/cfssl/cfssljson" -] +cfssljson.backends = ["aqua:cloudflare/cfssl/cfssljson"] chamber.description = "CLI for managing secrets" chamber.backends = [ "aqua:segmentio/chamber", From e6805fe8283357f2be606fe93c41fd2677acd762 Mon Sep 17 00:00:00 2001 From: Georges Haidar Date: Wed, 13 Aug 2025 15:43:28 +0000 Subject: [PATCH 3/3] add test --- registry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.toml b/registry.toml index ed256cb1aa..ab1183e5b1 100644 --- a/registry.toml +++ b/registry.toml @@ -460,6 +460,7 @@ cfssl.backends = [ ] cfssljson.description = "cfssljson: Takes the JSON output from Cloudflare's cfssl and multirootca programs and writes certificates, keys, CSRs, and bundles to disk." cfssljson.backends = ["aqua:cloudflare/cfssl/cfssljson"] +cfssljson.test = ["cfssljson -version", "Version: {{version}}"] chamber.description = "CLI for managing secrets" chamber.backends = [ "aqua:segmentio/chamber",