p12<>pem

p12>pem

openssl pkcs12 -in Certificates.p12 -out Certificates.pem -nodes 


pem>p12

openssl pkcs12 -export -in Cert.pem -out Cert.p12  


你可能感兴趣的:(p12<>pem)