diff --git a/dev/README.md b/dev/README.md index 9bb582119..ea43cdc8a 100644 --- a/dev/README.md +++ b/dev/README.md @@ -10,5 +10,8 @@ files. At a high-level the use case for each package is as follows: spin up Nomad clients in Docker containers. This provides a simple mechanism to create a Nomad cluster locally. +* `tls_cluster`: This package provides Nomad client configs and certificates to + run a TLS enabled cluster. + * `vault`: This package provides basic Vault configuration files for use in configuring a Vault server when testing Nomad and Vault integrations. diff --git a/dev/tls_cluster/README.md b/dev/tls_cluster/README.md new file mode 100644 index 000000000..13233b0fe --- /dev/null +++ b/dev/tls_cluster/README.md @@ -0,0 +1,2 @@ +Simply run the Nomad Server and Clients from this directory from this server and +the created cluster will be using TLS.