Skip to content

Commit

Permalink
Fix identity new --ip example
Browse files Browse the repository at this point in the history
  • Loading branch information
ramondeklein committed Jun 11, 2024
1 parent e9f73b9 commit 6ff1c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kes/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Options:
Examples:
$ kes identity new
$ kes identity new --ip "192.168.0.182" --ip "10.0.0.92" localhost
$ kes identity new --ip "192.168.0.182" --ip "10.0.0.92" --key private.key --cert public.crt localhost
$ kes identity new --key server.key --cert server.crt --encrypt --expiry 8760h kes-server.local
`

Expand Down

0 comments on commit 6ff1c73

Please sign in to comment.