#!/usr/bin/env bash set -e gitroot=$(git rev-parse --show-toplevel) cert_file=$gitroot/modules/http/test_tls/test.crt key_file=$gitroot/modules/http/test_tls/test.key tls_certificate_conf=$(cat <