Tag: config

  • how to: create openvpn centos 6.3 x64 with certificates

    how to: create openvpn centos 6.3 x64 with certificates

    by

    in

    Some parts of this tutorial are not working anymore. New version available here Default centos repositoryt doesn’t have openvpn package, so lets add epel repository first. I downloaded it from this mirror here. downloading repo: # wget http://mirror.duomenucentras.lt/epel/6/x86_64/epel-release-6-7.noarch.rpm and installing repo: # yum localinstall epel-release-6-7.noarch.rpm After that, You can install openvpn package: # yum install…