open-vault/website/content/docs/enterprise/index.mdx
Roger Berlind 2762c45c9b
add Vault Enterprise license page (#11261)
* add Vault Enterprise license page

* move license to index.mdx

* Remove `.mdx` from the hyperlink URL

Co-authored-by: Yoko <yoko@hashicorp.com>
2021-04-07 14:31:06 -07:00

30 lines
959 B
Plaintext

---
layout: docs
page_title: Vault Enterprise
description: |-
Vault Enterprise features a number of capabilities beyond the open
source offering that may be beneficial in certain workflows.
---
# Vault Enterprise
Vault Enterprise includes a number of features that may be useful in specific
workflows. Please use the sidebar navigation on the left to choose a specific
topic.
These features are part of [Vault Enterprise](https://www.hashicorp.com/vault?utm_source=oss&utm_medium=docs&utm_campaign=vault&_ga=1.201793489.1956619674.1489356624).
## Vault Enterprise Licenses
A Vault Enterprise license needs to be applied to a Vault cluster
in order to use Vault Enterprise features.
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.