- openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 1000 -out certificate.pem
- openssl pkcs12 -inkey key.pem -in certificate.pem -export -out certificate.p12 此时会提示输入密码,这个密码每次导入p12证书需要用到,自己记住即可。
- 在Burp Suite中Proxy -> Options -> 点击 “Import / Export CA Certificate -- Certificate and private key from PKCS#12 keystore”,选择2中生成的p12证书即可。
- 把p12证书拖到mac系统钥匙串访问--系统根证书中,点击始终信任即可。
参考资料: