[Bug 1573720] Re: Unencrypted private keys are insecure error reported even when key is encrypted

Brandon Rhodes 1573720 at bugs.launchpad.net
Wed Jan 4 01:25:49 UTC 2017


As a workaround, I am able (at least on this 16.10 laptop) to configure
an EAP-TLS connection with no problem by avoiding the buggy GUI network
manager client and creating the network profile with the command line:

nmcli connection add \
 type wifi con-name "MySSID" ifname wifi0 ssid "MySSID" -- \
 wifi-sec.key-mgmt wpa-eap 802-1x.eap tls 802-1x.identity "USERNAME" \
 802-1x.ca-cert ~/ca.pem 802-1x.client-cert ~/cert.pem \
 802-1x.private-key-password "..." 802-1x.private-key ~/key.pem

I can now run `nmcli connection up MySSID` and connect to the network
without error.

-- 
You received this bug notification because you are a member of Network-
manager, which is subscribed to NetworkManager.
https://bugs.launchpad.net/bugs/1573720

Title:
  Unencrypted private keys are insecure error reported even when key is
  encrypted

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1573720/+subscriptions



More information about the Ubuntu-reviews mailing list