Fiddler问题 - creation of the root certificate was not successful

Posted 肉炒辣椒

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Fiddler问题 - creation of the root certificate was not successful相关的知识,希望对你有一定的参考价值。

打开cmd执行命令。

d:
cd D:\soft\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

 

以上是关于Fiddler问题 - creation of the root certificate was not successful的主要内容,如果未能解决你的问题,请参考以下文章