in reply to LWP::UserAgent and Passphrase protected Certificates

On the new version of IO::Socket::SSL, it should work like this:

IO::Socket::SSL::set_defaults(passwd_cb => sub { "SecretPassPhrase" });