使用OpenSSL轉換X509 PEM與PFX證書

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 node

相關文章
相關標籤/搜索