Allow domain selection when generating certificates
This commit is contained in:
parent
bbd76ba851
commit
9fd204db9e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue