Skip to content

Commit

Permalink
a few more grammar cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerRick committed Dec 6, 2024
1 parent 65a5585 commit e87335e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/netbox-enterprise/nbe-ec-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,17 @@ Before you can install, you _must_ configure your proxy to allow the following h
* **proxy.enterprise.netboxlabs.com**
* **registry.enterprise.netboxlabs.com**

These are required to access various parts of the Enmbedded Cluster and NetBox Enterprise installation resources.
They are required to access various parts of the Enmbedded Cluster and NetBox Enterprise installation resources.

You _may_ also want to configure a few additional hosts:
Additionally, you _may_ also want to configure a few more hosts:

* **api.netbox.oss.netboxlabs.com** - used to query an API for information on NetBox plugins
* **census.netbox.oss.netboxlabs.com** - used to collect anonymized data about your NetBox version. For details, see [the NetBox documentation](https://netboxlabs.com/docs/netbox/en/stable/configuration/miscellaneous/#census_reporting_enabled).

#### Installation

Once you have configured your proxy to allow access to the NetBox Enterprise hosts, you will need to pass some additional arguments to the Embedded Cluster installer.
Note that the Embedded Cluster will _not_ inherit proxy settings in the environment.
Note that the Embedded Cluster will _not_ inherit proxy settings from the shell environment.

* `--http-proxy <proxy-url>`

Expand All @@ -120,7 +120,7 @@ If you are using a MITM proxy (ie, one which uses an internal TLS certificate au

* `--private-ca </path/to/private-ca-bundle>`

This will allow the Embedded Cluster to accept traffic that has been encrypted using the internal CA.
This will allow the Embedded Cluster to accept traffic that has been encrypted using your internal CA.

### Firewalld

Expand Down

0 comments on commit e87335e

Please sign in to comment.