Add more export variables for easy-rsa
This commit is contained in:
parent
3c6e64a0f7
commit
43ff3ca9e7
11
install.sh
11
install.sh
@ -103,6 +103,14 @@ read key_org
|
|||||||
echo -n "Email: "
|
echo -n "Email: "
|
||||||
read key_email
|
read key_email
|
||||||
|
|
||||||
|
echo -n "Common name: "
|
||||||
|
read key_cn
|
||||||
|
|
||||||
|
echo -n "Name: "
|
||||||
|
read key_name
|
||||||
|
|
||||||
|
echo -n "Organizational unit: "
|
||||||
|
read key_ou
|
||||||
|
|
||||||
printf "\n################## Creating the certificates ##################\n"
|
printf "\n################## Creating the certificates ##################\n"
|
||||||
|
|
||||||
@ -124,6 +132,9 @@ export KEY_PROVINCE=$key_province
|
|||||||
export KEY_CITY=$key_city
|
export KEY_CITY=$key_city
|
||||||
export KEY_ORG=$key_org
|
export KEY_ORG=$key_org
|
||||||
export KEY_EMAIL=$key_email
|
export KEY_EMAIL=$key_email
|
||||||
|
export KEY_CN=$key_cn
|
||||||
|
export KEY_NAME=$key_name
|
||||||
|
export KEY_OU=$key_ou
|
||||||
|
|
||||||
./clean-all
|
./clean-all
|
||||||
./build-dh
|
./build-dh
|
||||||
|
Loading…
Reference in New Issue
Block a user