This worked perfectly with my Ubuntu 7.10 Gutsy Gibbon laptop. I installed the network-manager-openvpn package. I used the file I created from the openvpn ipcop page, and pulled the necessary files out of the .p12 file.
cd <path to .p12 file>
sudo su
aptitude install network-manager-openvpn
openssl pkcs12 -nocerts -in default.p12 -out userkey.pem
openssl pkcs12 -nokeys -clcerts -in default.p12 -out usercert.pem
openssl pkcs12 -nokeys -cacerts -in default.p12 -out userca.pem
MYHREN.ORG » Networkmanager and openvpn
Powered by ScribeFire.
Posted by Pat McKay
Posted by Pat McKay 


