Update m3db-install.md

This commit is contained in:
UlricQin 2020-11-28 09:18:38 +08:00 committed by GitHub
parent d80ce1d8c5
commit 0e8b626528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -10,9 +10,10 @@
# 填写etcd的机器列表
# 生成证书
./etcd/certs/reinit-root-ca.sh
./etcd/certs/update-etcd-client-certs.sh
./etcd/certs/update-etcd-server-certs.sh
cd etcd/certs
./reinit-root-ca.sh
./update-etcd-client-certs.sh
./update-etcd-server-certs.sh
```