cloudflare / cloudflare/cfssl

cfssljson not parsing bundle output

Open
#1,263 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
9.5k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.