Comment 1 for bug 275608

Revision history for this message
Thierry Carrez (ttx) wrote : Re: nm-openvpn swaps ca and cert in openvpn commandline

Can't reproduce with current intrepid (same version as you).

My VPN configuration dialog shows (top to bottom):
- User cert : selected client.crt
- CA cert : selected ca.crt
- User private key : selected client.key

Then the command line is :
/usr/sbin/openvpn --remote 192.168.122.41 --nobind --dev tun --proto udp --port 1194 --syslog nm-openvpn --script-security 2 --up /usr/lib/network-manager-openvpn/nm-openvpn-service-openvpn-helper --up-restart --persist-key --persist-tun --management 127.0.0.1 1194 --management-query-passwords --route-noexec --client --ca /home/koon/openvpn/ca.crt --cert /home/koon/openvpn/client.crt --key /home/koon/openvpn/client.key
...which is correct.

Could you please retry on a new configuration (not one imported from hardy ?)
It can also be a translation error where two labels might haven been swapped, so please confirm how the dialog box reads (top to bottom) and which language/locale you are using.

In all cases, that would be a network-manager-openvpn, bug and not an openvpn bug.