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 42cb35c commit a738a7dCopy full SHA for a738a7d
bin/v-generate-ssl-cert
@@ -69,6 +69,9 @@ args_usage='DOMAIN EMAIL COUNTRY STATE CITY ORG UNIT [ALIASES] [FORMAT]'
69
check_args '7' "$#" "$args_usage"
70
is_format_valid 'domain_alias' 'format'
71
72
+if [ ! -f /root/.rnd ]; then
73
+ touch /root/.rnd
74
+fi
75
76
#----------------------------------------------------------#
77
# Action #
0 commit comments