Pipeing cfssl bundle into cfssljson fails with 'Request failed:'

when i run
$ cfssl bundle -ca-bundle=root.pem -int-bundle=intermediate.pem -cert=admin.pem | cfssljson -bare fullchain
, the only output I get is
2023/10/10 22:20:41 [INFO] bundling certificate for CN=admin,O=renette,L=Cambridge,C=UK
2023/10/10 22:20:41 [WARNING] No metadata, Ubiquitous falls back to Optimal.
2023/10/10 22:20:41 [INFO] the anchoring root is CN=renette certificate authority,O=renette,L=Cambridge,C=UK
Request failed:
with nothing else (no further output & no files created)
this comes from here in cfssljson's source: https://github.com/cloudflare/cfssl/blob/00ef5b9e6f91e891c5d7a1d2cd2c56ce87c68b6f/cmd/cfssljson/cfssljson.go#L98
what should i do about this?
GitHub
CFSSL: Cloudflare's PKI and TLS toolkit. Contribute to cloudflare/cfssl development by creating an account on GitHub.
Was this page helpful?