We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ebaec commit 3e8f6b6Copy full SHA for 3e8f6b6
bin/v-generate-ssl-cert
@@ -13,6 +13,7 @@
13
domain=$1
14
domain=$(echo $domain | sed -e 's/\.*$//g' -e 's/^\.*//g')
15
domain=$(echo $domain | tr '[:upper:]' '[:lower:]')
16
+domain_alias=$domain
17
email=$2
18
country=$3
19
state=$4
@@ -57,7 +58,7 @@ shell_list_ssl() {
57
58
#----------------------------------------------------------#
59
60
check_args '7' "$#" 'DOMAIN EMAIL COUNTRY STATE CITY ORG UNIT [FORMAT]'
-validate_format 'domain' 'format'
61
+validate_format 'domain_alias' 'format'
62
63
64
0 commit comments