diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,9 +10,10 @@ It sets up the following: The following scripts are available here: +- `deploy_nixos`, the main script that updates the NixOS config - `genpki.sh`, a script to generate Consul and Nomad's TLS PKI (run this once only) -- `deploy.sh`, the main script that updates the NixOS config and sets up all of the TLS secrets -- `upgrade.sh`, a script to upgrade NixOS +- `deploy_pki`, a script that sets up all of the TLS secrets +- `upgrade_nixos`, a script to upgrade NixOS - `tlsproxy.sh`, a script that allows non-TLS access to the TLS-secured Consul and Nomad, by running a simple local proxy with socat - `tlsenv.sh`, a script to be sourced (`source tlsenv.sh`) that configures the correct environment variables to use the Nomad and Consul CLI tools with TLS |