Merge pull request #2924 from elementyang/make-ssl-etcd-pr
fix the time of ca files are changed in make-ssl-etcdpull/2952/head
commit
31e6c44b07
|
@ -95,4 +95,9 @@ if [ -n "$HOSTS" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install certs
|
# Install certs
|
||||||
|
if [ -e "$SSLDIR/ca-key.pem" ]; then
|
||||||
|
# No pass existing CA
|
||||||
|
rm -f ca.pem ca-key.pem
|
||||||
|
fi
|
||||||
|
|
||||||
mv *.pem ${SSLDIR}/
|
mv *.pem ${SSLDIR}/
|
||||||
|
|
Loading…
Reference in New Issue