win7 fiddler报“Creation of the root certificate was not successful”的问题

cd "C:Program Files (x86)Fiddler2"
       makecert.exe -r -ss my -n "CN=DO_NOT_TRUST_FiddlerRoot, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com" -sky signature -eku 1.3.6.1.5.5.7.3.1 -h 1 -cy authority -a sha1 -m 120 -b 09/05/2012

  

原文地址:https://www.cnblogs.com/wangyunhui/p/8242411.html