From d699463e1d6848330d7d515575830fa707c1e47f Mon Sep 17 00:00:00 2001 From: Claudia Beresford Date: Wed, 29 Jun 2022 11:36:16 +0100 Subject: [PATCH] fix: Remove rogue variable I have no idea how that got in there. --- hack/scripts/gen_local_certs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/scripts/gen_local_certs.sh b/hack/scripts/gen_local_certs.sh index 1d969f04..57fe3370 100755 --- a/hack/scripts/gen_local_certs.sh +++ b/hack/scripts/gen_local_certs.sh @@ -8,7 +8,6 @@ set -o pipefail DEFAULT_CA_CN="Liquid Metal Dev CA" DEFAULT_HOST_NAME="$(hostname)" DEFAULT_CLIENT_CN_NAME="Liquid Metal Client 1" -DEFAULT_CF_SSL_BINARY ## HELPER FUNCS #