Wrong help text?
Open
- Dominant language
- Go
- Stars
- 9.5k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
The [help text](https://github.com/cloudflare/cfssl/blob/1e95aeec7a46dc043d099d6fb887a31cdb0a5999/cli/config.go#L79) for `cfssl gencert` says:
```
f.StringVar(&c.CAFile, "ca", "", "CA used to sign the new certificate -- accepts '[file:]fname' or 'env:varname'")
```
This is quite misleading I believe. The CA Public key is used for signing the certificate.
Contributor guide
Assessment
This issue has not been assessed yet.