#!/usr/bin/env bash if [ -z "$1"]; then echo "Usage: gen-cert.sh " exit 1 fi DomainName="$1"; settingsRoot(){ cat<