1a8788d966
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>
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
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.
|