Openvpn centos 6.4 x64 with certificates
Renewed POST with new info, as openvpn package changed, not everything in old tutorial is true now :) This tutorial is based by old one Default centos repositoryt doesn’t have openvpn package, so lets add epel repository first. I downloaded it from this mirror here.
1 |
yum install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm |
(link may be different depending on latest release version, currently file is epel-release-6-8.noarch.rpm) After that, You can install openvpn and easy-rsa packages:
1 |
yum install openvpn.x86_64 easy-rsa.noarch |