Skip to content

Commit 0db1b07

Browse files
committed
Fix typo
1 parent 21ea886 commit 0db1b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/docker_client/scripts/genClientCert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ openssl req \
3232
chmod 400 "$CLIENT/client.csr"
3333

3434
echo extendedKeyUsage=clientAuth,serverAuth > "$CLIENT/extfile.cnf"
35-
echo subjectAltName=IP:IP:127.0.0.1,DNS:localhost,DNS:swarm >> "$CLIENT/extfile.cnf"
35+
echo subjectAltName=IP:127.0.0.1,DNS:localhost,DNS:swarm >> "$CLIENT/extfile.cnf"
3636

3737
# generate cert for client
3838
openssl x509 \

0 commit comments

Comments
 (0)