Fix IP address of worker node

This commit is contained in:
Mumshad Mannambeth
2019-05-24 21:37:16 +08:00
committed by GitHub
parent 30360020ea
commit d1da31c299

View File

@@ -30,7 +30,7 @@ keyUsage = nonRepudiation, digitalSignature, keyEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = worker-1
IP.1 = 192.168.5.11
IP.1 = 192.168.5.21
EOF
openssl genrsa -out worker-1.key 2048