X509转PFX:
openssl pkcs12 -export -inkey test.key -in test.cer -out test.pfx
PFX转X509:
openssl pkcs12 -in test.pfx -nodes -out test.pem
openssl rsa -in test..pem -out test.key
openssl x509 -in test..pem -out test.crt
文章转载于:https://www.cnblogs.com/xiaoleiel/p/11160817.html
原著是一个有趣的人,若有侵权,请通知删除
还没有人抢沙发呢~