Fix IP address of worker node

pull/482/head
Mumshad Mannambeth 2019-05-24 21:37:16 +08:00 committed by GitHub
parent 30360020ea
commit d1da31c299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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