From 6a025335ff6ea1e446124bb1de16486223fdbde0 Mon Sep 17 00:00:00 2001 From: Quang Ly <45223310+NghiepQuangLy@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:56:14 +1100 Subject: [PATCH] Add commonName to node cnf When connecting to a single node, commonName is not required. However, when setting up a local multi-node cluster in secure mode using Docker Compose locally, commonName is needed. I was unable to have the nodes connect to each other without commonName = node. Without it, when I init, node 1 gets success logs after the init command but node 2 and 3 has no logs but also not join the cluster. --- src/current/v26.1/create-security-certificates-openssl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/current/v26.1/create-security-certificates-openssl.md b/src/current/v26.1/create-security-certificates-openssl.md index 981abd1e0b3..ec3a43d6dbd 100644 --- a/src/current/v26.1/create-security-certificates-openssl.md +++ b/src/current/v26.1/create-security-certificates-openssl.md @@ -188,6 +188,7 @@ In the following steps, replace the placeholder text in the code with the actual [ distinguished_name ] organizationName = Cockroach + commonName = node [ extensions ] subjectAltName = critical,DNS:,DNS:,IP: