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
$ 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:
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/cmd/cfssljson/cfssljson.go at 00ef5b9e6f91e891c5d7a1d2cd2c56c...
CFSSL: Cloudflare's PKI and TLS toolkit. Contribute to cloudflare/cfssl development by creating an account on GitHub.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?