是否可以将CA证书添加到FireTV Stick设备?
我能够使用adb登录到设备,已经进入开发菜单,但是找不到任何内容。
我需要在设备上添加一个自签名证书。
答案 0 :(得分:0)
知道了。
要点:
adb push charles-ssl-proxying-certificate.pem /storage/emulated/0/Download
adb shell am start -a "android.intent.action.VIEW" -d "file:///storage/emulated/0/Download/charles-ssl-proxying-certificate.pem" -t "application/x-x509-ca-cert"
我刚刚用自己的证书文件替换了上面的charles-ssl-proxying-certificate.pem
; mycert.cer
-是的,即使是cer格式也可以。