summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslcertificate/pkcs12/README
blob: 1828d089c1cabf530da41092659ee91ccab0141c (plain)
1
2
3
4
5
6
7
8
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.