mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Add "operator key-status" command documentation
This commit is contained in:
parent
06e5d1f1df
commit
4e7d5bb841
1 changed files with 28 additions and 0 deletions
28
website/source/docs/commands/operator/key-status.html.md
Normal file
28
website/source/docs/commands/operator/key-status.html.md
Normal 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.
|
||||
Loading…
Reference in a new issue