Versions Compared

Key

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

...

cat certificate.crt ca_bundle.crt > full_chain.crt
openssl pkcs12 -export -out certificate.p12 -inkey private.key -in full_chain.crt

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


On Windows:
(copy the certificate files to C:\Program Files\OpenSSL-Win64\bin and run cmd as administrator at that folder path)

...