Okay. Upstream does not (yet?) support that, but I found these instructions to work, i.e. to convert the pkcs12 file to what NetworkManager wants:
<http://www.myhren.org/technical-stuff/networkmanager-and-openvpn/> #v+ * 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 #v- -- network-manager-openvpn lacking support for pkcs12 https://bugs.launchpad.net/bugs/91615 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
