I'm also seeing this issue on xenial. Looking at the source package, the
message is generated in wireless-security/eap-method-tls.c:
/* Warn the user if the private key is unencrypted */
if (!eap_method_is_encrypted_private_key (filename)) {
[...]
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG
(dialog),
"%s",
_("The selected
private key does not appear to be protected by a password. This could allow
your security credentials to be compromised. Please select a
password-protected private key.\n\n(You can password-protect your private key
with openssl)"));
[...]
}
However, this is highly misleading, since
eap_method_ins_encrypted_private_key() returns false for various other
reasons, in particular when the file cannot be opened or has the wrong
extension.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1339607
Title:
"Unencrypted private keys are insecure" message is vague and unhelpful
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1339607/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs