Remove the old license instructions from the Enterprise index page. (#12400)

This commit is contained in:
Nick Cabatoff 2021-08-25 18:16:38 +02:00 committed by GitHub
parent 829511acff
commit 4a9192399b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.