hashipi

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

commit 4fdc7ffedade3826b5b513b3e8c83e7fc4d5a172
parent 983a0d872bb61a59235f6cacf381b60e9ac23fc7
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 12 Feb 2022 20:18:41 +0100

feat(vault): add loopback IP SAN to cert

Diffstat:
Mhashi-pi.json | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/hashi-pi.json b/hashi-pi.json @@ -22,7 +22,7 @@ "vault_arch": "arm", "vault_tls_ca_cert": "./tls/vault/ca/vault_ca.pem", "vault_tls_ca_key": "./tls/vault/ca/vault_ca.key", - "vault_tls_subj_alt_name": "" + "vault_tls_subj_alt_name": "IP:127.0.0.1" }, "sensitive-variables": [ "consul_encrypt", @@ -155,4 +155,4 @@ "inline": ["mv /etc/resolv.conf.bck /etc/resolv.conf"] } ] -} -\ No newline at end of file +}