Import Export HTTPS Certificates with IIS and Apache

When you need to import/export https certificates between different platform, you must use openssl to convert format.

To import from Apache to IIS:
openssl pkcs12 -export -in input.crt -inkey input.key -out bundle.p12

To import from IIS to Apache:
openssl pkcs12 -in mypkcs12.pfx -out pfxoutput.txt
Share on Google Plus

About Vittorio Pavesi

    Blogger Comment
    Facebook Comment

0 commenti: