Skip to content

Commit

Permalink
Remove --bundle from step ca certificate usage text (#1302)
Browse files Browse the repository at this point in the history
Fixes #521
  • Loading branch information
SamuelBoerlin authored Oct 29, 2024
1 parent b226259 commit e3a16d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/ca/certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func certificateCommand() cli.Command {
[**--not-before**=<time|duration>] [**--not-after**=<time|duration>]
[**--san**=<SAN>] [**--set**=<key=value>] [**--set-file**=<file>]
[**--acme**=<file>] [**--standalone**] [**--webroot**=<file>]
[**--contact**=<email>] [**--http-listen**=<address>] [**--bundle**]
[**--contact**=<email>] [**--http-listen**=<address>]
[**--kty**=<type>] [**--curve**=<curve>] [**--size**=<size>] [**--console**]
[**--x5c-cert**=<file>] [**--x5c-key**=<file>] [**--k8ssa-token-path**=<file>]
[**--offline**] [**--password-file**] [**--ca-url**=<uri>] [**--root**=<file>]
Expand Down

0 comments on commit e3a16d4

Please sign in to comment.