官方版

Respond to Requests Requiring a Client Certificate

To specify the .CER file for Fiddler to return for a given session, add this FiddlerScript*:

  1. oSession["https-Client-Certificate"] = "C:\\test\\someCert.cer";

To specify a .CER file for Fiddler to return otherwise, place that .CER file in:

  1. %USERPROFILE%\My Documents\Fiddler2\ClientCertificate.cer

To generate a .CER file:

  1. Install the certificate in the Current User’s Personal Certificate Store.aspx).
  2. Right-click the certificate in Personal Certificates Store.
  3. Click All Tasks > Export….

谷歌翻译版

响应需要客户端证书的请求

要指定Fiddler会话给指定的.CER文件,请添加以下FiddlerScript *:

  1. oSession["https-Client-Certificate"] = "C:\\test\\someCert.cer";

要为Fiddler指定一个.CER文件以其他方式返回,请将该.CER文件放在以下位置:

  1. %USERPROFILE%\My Documents\Fiddler2\ClientCertificate.cer

生成.CER文件:

  1. 将证书安装在当前用户的个人证书存储中.aspx)。
  2. 右键单击“个人证书存储”中的证书。
  3. 单击 All Tasks > Export….