I'm trying to use Fiddler in my test automation run for an HTTPS
enabled site. I followed the instructions documented here:
http://www.fiddler2.com/fiddler/help/httpsdecryption.asp and
everything works fine. But I need to move the
DO_NOT_TRUST_FiddlerRoot certificate to the trusted root so that I can
use Passport correctly.
I'm trying to automate the setup of the tool. Is there a way to make
the certificate directly in the trusted root? Or move it in a way
that can be done completely from the command line?
Thanks for any help!