hashipi

Raspberry Pi home lab with Nomad and OpenBao
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | Pull requests |Archive | README

commit 5a7162d0b72066fe5381bff055fc2adce1ab12d1
parent 7e0a4e523265a361800c3817c91bcb0380e5b3a6
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 22 Nov 2025 11:18:31 +0100

fix(nomad-tls): add node 5

Diffstat:
Mnomad-tls.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/nomad-tls.sh b/nomad-tls.sh @@ -34,6 +34,7 @@ for type in "${crt_types[@]}"; do -additional-ipaddress 10.0.0.102 \ -additional-ipaddress 10.0.0.103 \ -additional-ipaddress 10.0.0.104 \ + -additional-ipaddress 10.0.0.105 \ -${type} cert="dc1-$type-nomad.pem" key="dc1-$type-nomad-key.pem"