http://qs321.pair.com?node_id=11117760


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" });