分页:
上一页 1 2 3 4 5 [6] 7 8 9 10 下一页
Locality Name (eg, city) [BISHKEK]:
Organization Name (eg, company) [OpenVPN-TEST]:yourcorp 在此输入公司名
Organizational Unit Name (eg, section) []:
Common Name (eg, your name or your server’s hostname) []:hbroute 在此输入主机名或随便输一个名字
Email Address [me@myhost.mydomain]:
其它的按默认即可。
完成后会在keys目录中创建ca.crt ca.key index.txt serial四个文件。
4.5.1.2 创建server端的cert和key文件
cd easy-rsa
./build-key-server server
代码:
Country Name (2 letter code) [KG]:
State or Province Name (full name) [NA]:
Locality Name (eg, city) [BISHKEK]:
Organization Name (eg, company) [OpenVPN-TEST]:yourcorp 输入公司名
Organizational Unit Name (eg, section) []:
Common Name (eg, your name or your server’s hostname) []:hbrouteserver 输入主机名或随便一个名字
Email Address [me@myhost.mydomain]:
Please enter the following ’extra’ attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
Sign the certificate? [y/n]:y 输入y
分页:
上一页 1 2 3 4 5 [6] 7 8 9 10 下一页