From 9254fdbee554fe9c91a3e0095134b0462e5a5aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 4 May 2022 22:45:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AE=A2=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monsters-info/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monsters-info/README.md b/monsters-info/README.md index 118a254f..86690ff2 100644 --- a/monsters-info/README.md +++ b/monsters-info/README.md @@ -24,9 +24,9 @@ If your simulator needs Android 7 to play PAD. Take the [Nox Player](https://www 1. 将 Fidder 根证书导出到桌面 Export the Fidder Root Certificate to desktop - 1. 在电脑上找一个 **openssl.exe** 程序,或者下载安装 [Win32OpenSSL](http://slproweb.com/products/Win32OpenSSL.html) + 1. 在电脑上找一个 **openssl.exe** 程序,或者下载安装 [Win32OpenSSL](http://slproweb.com/products/Win32OpenSSL.html) Find an **openssl.exe** program on computer, or install [Win32OpenSSL](http://slproweb.com/products/Win32OpenSSL.html) - 1. 执行代码,获取证书的hash + 1. 执行代码,获取证书的hash Execute the code to get the hash of the certificate `openssl x509 -inform PEM -subject_hash_old -noout -in FiddlerRoot.cer` 1. 执行代码,将证书由 *CER* 转换为 *PEM* 格式