Discussed with Peter and agreed that it's a slightly better fit there. Change-Id: If8db777336e2273670a23d75d8542b30c07e0d7b Reviewed-by: Daniel Molkentin <daniel@molkentin.de> Reviewed-by: Peter Hartmann <phartmann@blackberry.com> |
||
|---|---|---|
| .. | ||
| 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.