We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ea886 commit 0db1b07Copy full SHA for 0db1b07
1 file changed
ansible/roles/docker_client/scripts/genClientCert.sh
@@ -32,7 +32,7 @@ openssl req \
32
chmod 400 "$CLIENT/client.csr"
33
34
echo extendedKeyUsage=clientAuth,serverAuth > "$CLIENT/extfile.cnf"
35
-echo subjectAltName=IP:IP:127.0.0.1,DNS:localhost,DNS:swarm >> "$CLIENT/extfile.cnf"
+echo subjectAltName=IP:127.0.0.1,DNS:localhost,DNS:swarm >> "$CLIENT/extfile.cnf"
36
37
# generate cert for client
38
openssl x509 \
0 commit comments