hi
having a script that needs to login to a site via cetificates.
its no problem using
$ENV{HTTPS_PKCS12_FILE} $ENV{HTTPS_PKCS12_PASSWORD}
now, i have a specific certificate installed via IE6 on windows, where i can't export it to other formats apparently because the private key was marked unexportable upon installation.
since i'm able to login to the site via the browser i imagined/hoped this was also possible via a perl script (?)
can anyone elaborate on this ?
thanks
./allan