This page was exported from phaq [ http://phaq.phunsites.net ] Export date:Fri Aug 17 20:35:07 2018 / +0000 GMT ___________________________________________________ Title: convert openssl key pair to PKCS #12 format --------------------------------------------------- This command will convert a standard openssl key / cert pair into PKCS #12 format for use with Windows' certmgr: # openssl pkcs12 -export -in ssl.crt -inkey ssl.key -out ssl.p12 A password must be supplied during conversion as Windows' certmgr will ask for a credential. It simply won't accept an empty credential. While importing in certmgr choose PKCS #12 format (.pfx or .p12 file extensions). --------------------------------------------------- Images: --------------------------------------------------- --------------------------------------------------- Post date: 2007-01-03 11:07:57 Post date GMT: 2007-01-03 10:07:57 Post modified date: 2007-01-03 11:07:57 Post modified date GMT: 2007-01-03 10:07:57 ____________________________________________________________________________________________ Export of Post and Page as text file has been powered by [ Universal Post Manager ] plugin from www.gconverters.com