I\'ve created a chain hierarchy like this.
root-ca ==> signing-ca ==> subordinate-ca ==> server
It is mentioned to create chain bu
You need to use the openssl pkcs12 -export -chain -in server.crt -CAfile ...
openssl pkcs12 -export -chain -in server.crt -CAfile ...
See https://www.openssl.org/docs/apps/pkcs12.html