win10 installed on the system fiddler, has been unable to successfully create a root certificate, has been an error message appears. Unable to configure root certificate for windos.

win10 installed on the system fiddler, has been unable to successfully create a root certificate, has been an error message appears. Unable to configure root certificate for windos.

Solution:

Open cmd command line

Enter the installation directory of Fiddler. For example: D: \ Program Files \ Fiddler Web Debugger

input the command:

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 10/12/2020

Note that the last date than the date you need to install the software

Finally Succeeded appears. You can successfully create a certificate, the perfect solution.
---------------------
Disclaimer: This article is CSDN blogger "white-night" of the original article, follow the CC 4.0 by-sa copyright agreements, please attach a reprint the original source link and this statement.
Original link: https: //blog.csdn.net/shuryuu/article/details/88803581

Guess you like

Origin www.cnblogs.com/wzg-bky/p/11352312.html