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

(input any export password for future use)

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

...