OpenSSL使用--转换pem为pfx证书

//用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

https://www.cnblogs.com/youjianjiangnan/p/12828208.html

posted @ 2022-03-15 13:52  TTonlyV5  阅读(1074)  评论(0)    收藏  举报