mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 03:01:13 -03:30
fix the time of ca files are changed in make-ssl-etcd
This commit is contained in:
@@ -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}/
|
||||||
|
|||||||
Reference in New Issue
Block a user