Versions Compared

Key

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

...

(input any export password for future use)

Image Added

Info
titleConvert to pfx file

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

...