Skip to content

Commit 6eb2f01

Browse files
committed
disable fetching from for the certly mirror
1 parent 54f571f commit 6eb2f01

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cloud/google/config.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ export ETCD_SERVER_LIST=`AppendAndJoin ":4001" "," ${ETCD_MACHINES[@]}`
2525

2626
if [ "${INSTANCE_TYPE}" == "mirror" ]; then
2727
if [ "${MIRROR_TARGET_URL}" == "" ]; then
28-
echo "Must set MIRROR_TARGET_URL for mirror instance type."
29-
exit 1
28+
echo "MIRROR_TARGET_URL unset, mirroring will be DISABLED"
3029
fi
3130
if [ "${MIRROR_TARGET_PUBLIC_KEY}" == "" ]; then
3231
echo "Must set MIRROR_TARGET_PUBLIC_KEY for mirror instance type."

cloud/google/configs/ct-mirror-certly1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ export REGION="us-central1"
44
export CLUSTER="ct-mirror-certly1"
55
export ZONES="a c f"
66
export MIRROR_NUM_REPLICAS_PER_ZONE=2
7-
export MIRROR_TARGET_URL="https://log.certly.io"
7+
export MIRROR_TARGET_URL="" # target is down, was https://log.certly.io
88
export MIRROR_TARGET_PUBLIC_KEY="certly_1.pem"
99
export MONITORING="gcm"

0 commit comments

Comments
 (0)