0

I am new to configure SSL certification. I have following file.

  • root.pem
  • intermediate.pem
  • domain.pem
  • domain.key

I want to PKCS12 with four files using OPENSSL tool. I search many things but I did not get it. Can you please help me how to generate PKCS12 using above 4 files.

Dipak Panchal
  • 5,996
  • 4
  • 32
  • 68
  • 1
    Copy all the certificates (the PEM files) into one PEM file, you can simply append them. And then use the second command of https://stackoverflow.com/a/21144736/150978 – Robert Jul 26 '23 at 12:28

0 Answers0