how do I combine certificate with private and CA into pfx file so that they all can be installed in one go.
1 Answer
![]()
These certs are generated from
openssl pkcs12 -export -in certificate.crt -inkey private.key -certfile ca_bundle.crt -out certificate_merged.pfx