hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | README

commit bdc2ec3377b89a248d7db4a91159b82fa0b9900b
parent fae634448e72d07c72d6ace7de1f6bbcbb0ad139
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Tue, 18 Jan 2022 22:26:18 +0100

fix tls/consul path

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -18,7 +18,7 @@ The steps to create a set of self-signed certificates for Consul are not fully a A `consul` on the Packer build host is required to create the initial CA certificate (trust anchor): ```bash # create consul CA -mkdir -p tls/consul && cd tls +mkdir -p tls/consul && cd tls/consul consul tls ca create ```