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

Commit

Permalink
android: update documentation about certificate handling
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 12, 2016
1 parent 25880dc commit 5186700
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ Unfortunately, it is currently not possible to trust third-party
certificates. Trusted certificates are built into the app and cannot
be modified.

Ignoring trust issues is not possible either.
The only possibility is to accept untrusted certificates in the
preferences.

Client certificates
~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -172,6 +173,8 @@ PKCS#12 with the following command::
-inkey key.pem \
-certfile ca.pem

You can import several certificates in the keystore.

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

Expand Down

0 comments on commit 5186700

Please sign in to comment.