Skip to content

Commit

Permalink
Show x509 crl usage in x509 help
Browse files Browse the repository at this point in the history
Fixes #124
  • Loading branch information
jhunt committed Feb 7, 2018
1 parent a3ff9f5 commit d90b58b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
short-circuiting on a 'no', and has pretty color-fied output!

- `safe target` now honors the `--quiet` flag.

- `safe x509 help` now shows information about the `crl`
sub-command, which we had scorned for some reason.
6 changes: 6 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1797,6 +1797,12 @@ Here are the supported commands:
Revokes an X.509 certificate that was issues by one of our CAs.
@G{x509 crl} [OPTIONS] path/to/ca
Manages a certificate revocation list, primarily to renew it
(resigning it for freshness / liveness).
@G{x509 validate} [OPTIONS] path/to/cert
Validate a certificate in the Vault, checking to make sure that
Expand Down

0 comments on commit d90b58b

Please sign in to comment.