The following are the format about the attachment you should send it to your email box.
<ca>
`cat ca.crt`
</ca>
<cert>
`cat XX.crt`
</cert>
<key>
`cat XX.key`
</key>
`cat XX.ovpn`
Tip: in the .ovpn file, you should not include the ca XX.ca key XX.key crt XX.crt three lines on your UTF8 ovpn text file.
The following lines are added at 11:14 2013-04-05
What about the server side configuration?
My VPS was built on the OpenVZ system, so If I want do a openvpn server, I must first enable the tap/tun interface on the VPS control panel. Maybe need a reboot here, but even you reboot it , you do not have the interface /dev/net/tun, but we can make it with the command
"
mkdir -p /dev/net
mknod /dev/net/tun c 10 200
"
and then ,you can openvpn server.conf exected on your vps server.
没有评论:
发表评论