From PEM to PFX:
openssl pkcs12 -export -out your_pfx_certificate.pfx -inkey your_private.key -in your_pem_certificate.crt -certfile CA-bundle.crt
More Posts
You must be logged in to post a comment.
Username
Password
Remember Me
From PEM to PFX:
openssl pkcs12 -export -out your_pfx_certificate.pfx -inkey your_private.key -in your_pem_certificate.crt -certfile CA-bundle.crt
Nattakon Mingkaew
More Posts
Nattakon Mingkaew