//用pem生成crt
1. openssl x509 -in test.pem -out test.crt
//生成pfx
2. openssl pkcs12 -export -out client.pfx -inkey test.key -in test.crt
//用pem生成crt
1. openssl x509 -in test.pem -out test.crt
//生成pfx
2. openssl pkcs12 -export -out client.pfx -inkey test.key -in test.crt
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。