X509转PFX:openssl pkcs12 -export -inkey test.key -in test.cer -out test.pfxPFX转X509:openssl pkcs12 -in test.pfx -nodes -out test.pem openssl rsa -in test..pem -out test.keyopenssl x509 -in test..pem -out test.crt