Hi all

I just stumpled accross the very same issue
At the moment i run network manager version:
network-manager-gnome                       1.2.6-0ubuntu0.16.04.4 

so it should be fixed -> but I was unable to select my key..

I exported the key following and old HowTo to get wlan running in a
linux pc as the company is running windows domains with wpa2 enterprise
..

pfx=my_exported_cert.pfx

        openssl pkcs12  -in $pfx  -out cacert.pem -cacerts -nokeys
        openssl pkcs12  -in $pfx  -out cert.pem -clcerts -nokeys
        openssl pkcs12  -in $pfx  -out key.pem -nocerts

that generated all files required -> prior to that I had to request a
new cert with exportable private keys on a windows pc ..

key resulting key.pem was:
file key.pem 
key.pem: ASCII text

with header of:
Bag Attributes
    localKeyID: 01 00 00 00 
    Microsoft CSP Name: Microsoft Strong Cryptographic Provider
    friendlyName: 
le-Auth_Ses_ClientUser_KNAPPD-0485e131-adac-48b4-bd80-417a8495e1f3
Key Attributes
    X509v3 Key Usage: 80 
-----BEGIN ENCRYPTED PRIVATE KEY-----

And I think that was the issue with this key:

After converting the key to RSA format it worked for me and network
manager detected it !.

openssl rsa -in key.pem -out secure.key.key
file secure.key.key 
secure.key.key: PEM RSA private key

And now i an running my WPA2 enterprise WLAN :)

regards
Chewie

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575614

Title:
  [SRU]Can't select p12 secret key for TLS auth for 802.1X
  authentication

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to