Skip to content

Typo in the usage section of cfssl gencsr #1009

@born4new

Description

@born4new

It's a small issue.

Steps to reproduce

$ cfssl gencsr --help
	cfssl gencsr -- generate a csr from a private key with existing CSR json specification or certificate

Usage of genkey:
        cfssl gencsr -key private_key_file [-host hostname_override] CSRJSON
        cfssl gencsr -key private_key_file [-host hostname_override] -cert certificate_file

Arguments:
        CSRJSON:    JSON file containing the request, use '-' for reading JSON from stdin

Flags:
  -key="": private key for the certificate
  -cert="": Client certificate that contains the public key
  -loglevel=1: Log level (0 = DEBUG, 5 = FATAL)

Expected behaviour

We should read Usage of gencsr:

Actual behaviour

We see Usage of genkey:

Version

 $ cfssl version
Version: 1.3.3
Revision: dev
Runtime: go1.12.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions