Add "operator key-status" command documentation

This commit is contained in:
Seth Vargo 2017-09-07 22:08:03 -04:00
parent 06e5d1f1df
commit 4e7d5bb841
No known key found for this signature in database
GPG key ID: C921994F9C27E0FF

View file

@ -0,0 +1,28 @@
---
layout: "docs"
page_title: "operator key-status - Command"
sidebar_current: "docs-commands-operator-key-status"
description: |-
The "operator key-status" provides information about the active encryption
key.
---
# operator key-status
The `operator key-status` provides information about the active encryption key.
Specifically, the current key term and the key installation time.
## Examples
Get the key status:
```text
$ vault operator key-status
Key Term 2
Install Time 01 Jan 17 12:30 UTC
```
## Usage
There are no flags beyond the [standard set of flags](/docs/commands/index.html)
included on all commands.