Skip to content
Snippets Groups Projects
Unverified Commit 31e6c44b authored by Rong Zhang's avatar Rong Zhang Committed by GitHub
Browse files

Merge pull request #2924 from elementyang/make-ssl-etcd-pr

fix the time of ca files are changed in make-ssl-etcd
parents 77c910c1 d6f2dbc7
No related branches found
No related tags found
No related merge requests found
......@@ -95,4 +95,9 @@ if [ -n "$HOSTS" ]; then
fi
# Install certs
if [ -e "$SSLDIR/ca-key.pem" ]; then
# No pass existing CA
rm -f ca.pem ca-key.pem
fi
mv *.pem ${SSLDIR}/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment