summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslcertificate/pkcs12/README
diff options
context:
space:
mode:
authorRichard J. Moore <rich@kde.org>2014-05-12 21:16:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-14 11:08:01 +0200
commit1a8788d966da9698b05c1e0bd271d83c5bca9992 (patch)
treee1821d4037b171763172e77878ba8ee8ed730a60 /tests/auto/network/ssl/qsslcertificate/pkcs12/README
parentb861c43395b17d5df34f24853faa21b9824a53af (diff)
Move the PKCS#12 support from QSslSocket to QSslCertificate.
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>
Diffstat (limited to 'tests/auto/network/ssl/qsslcertificate/pkcs12/README')
-rw-r--r--tests/auto/network/ssl/qsslcertificate/pkcs12/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/network/ssl/qsslcertificate/pkcs12/README b/tests/auto/network/ssl/qsslcertificate/pkcs12/README
new file mode 100644
index 0000000000..1828d089c1
--- /dev/null
+++ b/tests/auto/network/ssl/qsslcertificate/pkcs12/README
@@ -0,0 +1,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.