-
Notifications
You must be signed in to change notification settings - Fork 21
/
en.sh
23 lines (23 loc) · 1.03 KB
/
en.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
country1="Enter the first letter of your country in uppercase"
country2="eg : for France FR"
country3="Enter the first letter of your country in uppercase : "
dep1="Enter the number of your department : "
port1="Enter the port number that will be used by the server (443 recommended) : "
proto1="Enter the protocol tcp or udp (tcp recommended) : "
city="Enter the name of your city : "
org1="Enter your company name or if particular enter the name of the server : "
mail="Enter your email address : "
root="The script must be launched as root :"
nameclient="nameofclient"
mustclient="You must enter the name of the client :"
createclient="Creation of OpenVPN client :"
password="Enter password for your account"
finish="finish"
certif1="Please choose the type of certificate :"
certif2="Certificate NO password"
certif3="Certificate WITH password"
createclient2="Creation of the certificate NO password for the client"
createclient3="Creation of the certificate WITH password for the client"
error="Not correct choice!"
stop="Stop of the script"