Skip to content
Snippets Groups Projects
Commit d6f2dbc7 authored by elementyang's avatar elementyang
Browse files

fix the time of ca files are changed in make-ssl-etcd

parent f624ba47
Branches
Tags
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.
Please register or to comment