Burp-Suite用于下载CA 证书的 Web 界面仅提供编码证书,但对于特定用例场景,我需要PKCS#12 / 。http://burp/cert:8080 .der .pfx.p12
我能找到的关于从转换大量的信息.der来.pem,也从转换.pem到.pfx/ .p12,但没有直接从转换.der到.pfx/ .p12:
.der>.pem
openssl x509 -inform der -in certificate.der -out certificate.pem
.pem>.pfx/.p12
openssl pkcs12 -export -in certificate.pem -out certificate.p12
- 我可以直接从转换
.der到.pfx/.p12? - 我是否需要(未通过 提供)才能进行转换?
.keyhttp://burp/cert:8080 - 请问
.pfx/.p12甚至是任何使用我的(和打嗝套房),而不.key在推出?