<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div dir="ltr" data-setdir="false">Hello, everyone!</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">I'm creating a p12 bundled certificate (I used it for Android phone). Used both easyrsa command and, alternatively, openssl command as shown in many manuals, like this:</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">openssl pkcs12 -export -in client.crt -inkey client.key -certfile ca.crt -name "name" -out client_android.p12 <br></div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">The idea is to bundle up user key/cert and ca used to sign these. The problem, though, is that when installing this bundle on Android phone, it only recognizes the USER cert+ky, but not the CA!</div><div dir="ltr" data-setdir="false">However, quite recently, I used the same command to create cert.p12 for another env, and THAT bundle is recognized as containing all three: user key+cert + CA.cert.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">The command seems to be the same. What could be missing there?</div><div dir="ltr" data-setdir="false">Thank you for you help :)<br></div></div></body></html>