Comment 15 for bug 445487

Revision history for this message
Remco Poortinga - van Wijnen (remco-poortinga) wrote :

A colleague of mine (Thank you Francois) found a workaround that worked for me:
My situation: similar error message in .xsession-errors, wasn't able to 'apply' or select the .p12 certificate for WPA(2)-Enterprise, separate .pem files for usercert and key didn't work either.

Repackaging the original .p12 into a new .p12 with openssl did work however:

$ openssl pkcs12 -in original.p12 -out temp.pem
$ openssl pkcs12 -in temp.pem -export -name "Repackaged PKCS#12 file" -out new.p12

Selecting the .p12 file in the 'Private Key' entry, leaving the rest empty allowed me to 'apply' it and get WPA(2)-Enterprise (for eduroam) working.

Hopefully this works for others as well.

Cheers,

Remco