cfssl icon indicating copy to clipboard operation
cfssl copied to clipboard

cfssljson not parsing bundle output

Open bearrito opened this issue 2 years ago • 0 comments

Running the following


cfssl bundle -ca-bundle /path/ca.pem -int-bundle /path/intermediate_ca.pem -cert /path/web.pem | cfssljson -bare web-full

The call returns fine, but nothing is produced. Without piping to cfssljon I can see that the bundle does get produced.

sh-4.2$ cfssljson -version
Version: 1.6.3
Runtime: go1.18

bearrito avatar Dec 19 '22 01:12 bearrito