Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(input any export password for future import use)

The export password (and import password later) should be inputted here

...

copy /b certificate.crt + ca_bundle.crt full_chain.crt
openssl pkcs12 -export -out certificate.p12 -inkey private.key -in full_chain.crt

(input any export password for future use)

Info
titleConvert to pfx file

openssl pkcs12 -export -out certificate.pfx -inkey privateKey.txt -in full_chain.crt -certfile ca_bundle.crt

...