Allow domain selection when generating certificates

This commit is contained in:
littlenaut 2019-03-03 17:37:41 +00:00 committed by Josh Harvey
parent bbd76ba851
commit 9fd204db9e

View file

@ -3,6 +3,7 @@
set -e set -e
DOMAIN=localhost DOMAIN=localhost
[ ! -z "$1" ] && DOMAIN=$1
CONFIG_DIR=$HOME/.lamassu CONFIG_DIR=$HOME/.lamassu
LOG_FILE=/tmp/cert-gen.log LOG_FILE=/tmp/cert-gen.log