How to export certification into p12 format for IBM HTTPServer using openssl?

openssl pkcs12 -export -in ./example_com.crt -out ./example_com.p12 -inkey ./example_com.key -name ibmhttp

  •  
  •  
  •  
  •  

Viet Luu has written 318 articles

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

We are thankful for your never ending support.

1 thoughts on “How to export certification into p12 format for IBM HTTPServer using openssl?

Leave a Reply