How to generate PFX file for Wild Card SSL Certificate using Openssl Command in Linux

I want to generate PFX file for my Wild Card SSL Certificate. I am using below mentioned command to generate the same however getting error message:
openssl pkcs12 -export -out ./star_domain_com.pfx -inkey ./star.domain.com_CSR_Private_Key… Continue reading How to generate PFX file for Wild Card SSL Certificate using Openssl Command in Linux