From 4a9192399bfbbf341777c99f143af67ad4e80fdf Mon Sep 17 00:00:00 2001 From: Nick Cabatoff Date: Wed, 25 Aug 2021 18:16:38 +0200 Subject: [PATCH] Remove the old license instructions from the Enterprise index page. (#12400) --- website/content/docs/enterprise/index.mdx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/website/content/docs/enterprise/index.mdx b/website/content/docs/enterprise/index.mdx index 670c5e2baa..9bdea81d9e 100644 --- a/website/content/docs/enterprise/index.mdx +++ b/website/content/docs/enterprise/index.mdx @@ -17,13 +17,6 @@ These features are part of [Vault Enterprise](https://www.hashicorp.com/vault?ut ## Vault Enterprise Licenses A Vault Enterprise license needs to be applied to a Vault cluster -in order to use Vault Enterprise features. +in order to use Vault Enterprise features. See +[Vault License](/docs/enterprise/license) for details. -The license can be applied to a cluster from any server in it with this command. - -```shell-session -$ vault write sys/license text="01MV4UU43BK5HGYYTOJZWFQM..." -``` - -You could also use the Vault HTTP API against the [`sys/license`](/api-docs/system/license) -endpoint.