Skip to content

Commit

Permalink
feat: 新增ber 转 pem 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
ys1231 committed Dec 5, 2022
1 parent 8ccb4e1 commit 533f876
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@ openssl x509 -inform PEM -subject_hash -in cacert.pem
4. 手动修改证书(pem格式证书)文件名为`02e06844.0`
5. `adb push 02e06844.0 /data/local/tmp/crt/`
6. 证书推到手机后,重启即可生效.

# 补充 证书转换 der to pem

```shell
# 以burp为例
openssl x509 -in burp.der -inform der -outform pem -out burp.pem
# 完成后重复 3. - 继续
```

0 comments on commit 533f876

Please sign in to comment.