Skip to content

Commit

Permalink
rotate
Browse files Browse the repository at this point in the history
  • Loading branch information
timglabisch committed Jan 10, 2024
1 parent 8f76509 commit 06d28b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ you may want to be able to force certain vault versions. maybe there was a bug i
that is only available in this version. you can use the semver requirement syntax. example: `vault --expect_version='>=1.2.3, <1.8.0' get foo`
if the version requirement does not match with your vault version, you'll get an error prompt and help, how to update vault.

### Rotate your own key
you can rotate your own private key.
```
vault rotate
```

### Overriding the Private Key Directory

Expand Down

0 comments on commit 06d28b7

Please sign in to comment.