diff --git a/registry.toml b/registry.toml index c89ce96561..ab1183e5b1 100644 --- a/registry.toml +++ b/registry.toml @@ -458,6 +458,9 @@ 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"] +cfssljson.test = ["cfssljson -version", "Version: {{version}}"] chamber.description = "CLI for managing secrets" chamber.backends = [ "aqua:segmentio/chamber",