In the office, I'm using a smartcard to authenticate against an active directory on Windows. I also need to authenticate with the smartcard if I want to access a web application (--> single sign on).
Now dear monks, is there a PERL-way to use the smartcard certificate to work with SSL-authenticated pages? Like with WWW::Mechanize?