Browse Source

修订说明里的代码错误

pull/1/head
枫谷剑仙 3 years ago
parent
commit
ac5e73f48e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      monsters-info/README.md

+ 1
- 1
monsters-info/README.md View File

@@ -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


Loading…
Cancel
Save