From 4e7d5bb841324764bad1c59049e4bc5e843869d8 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 7 Sep 2017 22:08:03 -0400 Subject: [PATCH] Add "operator key-status" command documentation --- .../docs/commands/operator/key-status.html.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 website/source/docs/commands/operator/key-status.html.md diff --git a/website/source/docs/commands/operator/key-status.html.md b/website/source/docs/commands/operator/key-status.html.md new file mode 100644 index 0000000000..6402355640 --- /dev/null +++ b/website/source/docs/commands/operator/key-status.html.md @@ -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.