Default ca cert location
This commit is contained in:
@@ -13,6 +13,6 @@ mkdir -p "${IMAGES}"
|
||||
FLAGS=$(cat flags)
|
||||
|
||||
while :; do
|
||||
./fetcher.py --image-dir="${IMAGES}" ${FLAGS}
|
||||
./fetcher.py --image-dir="${IMAGES}" --ca-cert=../config/ca.cert.pem ${FLAGS}
|
||||
sleep 3600
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user