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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.