commit 5789dbb2fba7595af9ef4f00d4ccbb9b9497eadc parent f1d543c424963309c898fa6041d57ac09a677bb8 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Fri, 21 Jan 2022 21:54:15 +0100 document consul-tls Diffstat:
M | README.md | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -89,7 +89,10 @@ Run packer with a value file to build an image for one host: sudo packer build -var-file=hosts/pi0.json hashi-pi.json ``` -Don't forget to create a new set of [Consul TLS certificates](#Consul) after each run. +Don't forget to create a new set of [Consul TLS certificates](#Consul) after each run: +```bash +./consul-tls.sh +``` ## Write Image to SD Card