Merge pull request #10977 from hashicorp/nia-style-fix
docs: fixed numbering of license bullets and corrected indent
This commit is contained in:
commit
ab47aac5b4
|
@ -23,21 +23,21 @@ Choose one of the following methods (in order of precedence) to set the license:
|
||||||
|
|
||||||
1. Set the `CONSUL_LICENSE` environment variable to the license string.
|
1. Set the `CONSUL_LICENSE` environment variable to the license string.
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
export CONSUL_LICENSE=<LICENSE_VALUE>
|
export CONSUL_LICENSE=<LICENSE_VALUE>
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Set the `CONSUL_LICENSE_PATH` environment variable to the path of the file containing the license.
|
1. Set the `CONSUL_LICENSE_PATH` environment variable to the path of the file containing the license.
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
export CONSUL_LICENSE_PATH=<PATH>/<TO>/<FILE>
|
export CONSUL_LICENSE_PATH=<PATH>/<TO>/<FILE>
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Configure the [`license_path`](/docs/nia/configuration#license_path) option in the configuration file to point to the file containing the license.
|
1. Configure the [`license_path`](/docs/nia/configuration#license_path) option in the configuration file to point to the file containing the license.
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
license_path = "<PATH>/<TO>/<FILE>"
|
license_path = "<PATH>/<TO>/<FILE>"
|
||||||
```
|
```
|
||||||
|
|
||||||
~> **Note**: the [options to set the license and the order of precedence](/docs/enterprise/license/overview#binaries-without-built-in-licenses) are the same as Consul Enterprise server agents.
|
~> **Note**: the [options to set the license and the order of precedence](/docs/enterprise/license/overview#binaries-without-built-in-licenses) are the same as Consul Enterprise server agents.
|
||||||
Visit the [Enterprise License Tutorial](https://learn.hashicorp.com/tutorials/nomad/hashicorp-enterprise-license?in=consul/enterprise) for detailed steps on how to install the license key.
|
Visit the [Enterprise License Tutorial](https://learn.hashicorp.com/tutorials/nomad/hashicorp-enterprise-license?in=consul/enterprise) for detailed steps on how to install the license key.
|
||||||
|
|
Loading…
Reference in New Issue