qt6-bb10/tests/auto/network/ssl/qsslcertificate/pkcs12
..
README
inter.crt
leaf.crt
leaf.key
leaf.p12

README

The PKCS#12 bundle was created by running the following on
in the qsslsocket/certs directory:

openssl pkcs12 -export -in leaf.crt -inkey leaf.key \
               -out leaf.p12 \
               -certfile inter.crt -CAfile ca.crt

No password was provided.