summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslsocket/certs/README
blob: 704646c21241795d741e333e41d2327cad3dd7ed (plain)
1
2
3
4
5
6
7
The PKCS#12 bundle was created by running:

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

No password was provided.