From ac5e73f48ef34683e2d03f2c111f6b01ad274484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Sun, 14 May 2023 21:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AE=A2=E8=AF=B4=E6=98=8E=E9=87=8C?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monsters-info/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monsters-info/README.md b/monsters-info/README.md index 3237e412..b7f84706 100644 --- a/monsters-info/README.md +++ b/monsters-info/README.md @@ -30,7 +30,7 @@ Find an **openssl.exe** program on computer, or install [Win32OpenSSL](http://sl * 执行代码,获取证书的hash Execute the code to get the hash of the certificate -`openssl x509 -inform PEM -subject_hash_old -noout -in FiddlerRoot.cer` +`openssl x509 -inform DER -in FiddlerRoot.cer -subject_hash_old -noout` * 执行代码,将证书由 *CER* 转换为 *PEM* 格式 Execute the code to convert the certificate from *CER* to *PEM* format