diff options
-rwxr-xr-x | gen_pki | 2 | ||||
-rw-r--r-- | nix/deuxfleurs.nix | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ subjectAltName = @alt_names [alt_names] DNS.1 = server.$CLUSTER.$APP DNS.2 = client.$CLUSTER.$APP -DNS.3 = $APP.service.$CLUSTER.$APP +DNS.3 = $APP.service.$CLUSTER.consul DNS.4 = localhost DNS.5 = 127.0.0.1 EOF diff --git a/nix/deuxfleurs.nix b/nix/deuxfleurs.nix index 0b5169f..b6d3417 100644 --- a/nix/deuxfleurs.nix +++ b/nix/deuxfleurs.nix @@ -251,7 +251,7 @@ in serf = "${cfg.cluster_ip}"; }; consul = { - address = "localhost:8501"; + address = "consul.service.prod.consul:8501"; ca_file = "/var/lib/nomad/pki/consul2022.crt"; cert_file = "/var/lib/nomad/pki/consul2022-client.crt"; key_file = "/var/lib/nomad/pki/consul2022-client.key"; |