Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
doc: explain how to get a PKCS#12
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 2, 2016
1 parent 477b872 commit 0b9c83d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@ On Debian, ``bcprov.jar`` is from the ``libbcprov-java`` package. Be
sure to only put one keypair in the store. *Dashkiosk* wil always use
the first one.

If you have your certificates in PEM format, you can convert them in
PKCS#12 with the following command::

openssl pkcs12 -export -out client.p12 \
-in cert.pem \
-inkey key.pem \
-certfile ca.pem

Providing the keystore to the application
+++++++++++++++++++++++++++++++++++++++++

Expand Down

0 comments on commit 0b9c83d

Please sign in to comment.