摘要: //用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.cnbl 阅读全文
posted @ 2022-03-15 13:52 TTonlyV5 阅读(1074) 评论(0) 推荐(0)