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

Commit

Permalink
doc: complete instruction to load a certificate on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 8, 2016
1 parent f59b500 commit 1fccb6f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,17 @@ certificate::
Then, copy the certificate as this name in ``/system/etc/security/cacerts/``::

$ adb push ca-cert.pem /sdcard/a199d90b.0
$ adb shell su -c "cp /sdcard/a199d90b.0 /system/etc/security/cacerts/ ; chmod 644 /system/etc/security/cacerts/a199d90b.0"
$ adb shell
# mount -o remount,rw /system
# cp /sdcard/a199d90b.0 /system/etc/security/cacerts/
# chmod 644 /system/etc/security/cacerts/a199d90b.0"
# mount -o remount,ro /system

Then, reboot your device.
Then, reboot your device::

# reboot

The complete procedure is available from `Sebastiaan Giebels`_.

Client certificates
~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -229,6 +237,7 @@ dashboards. Javascript errors from the receiver are prefixed with
.. _Crosswalk project: https://crosswalk-project.org/
.. _Portecle: http://portecle.sourceforge.net/
.. _cheatsheet: https://github.com/vincentbernat/dashkiosk-android/blob/master/certificates/generate
.. _Sebastiaan Giebels: http://wiki.pcprobleemloos.nl/android/cacert

.. rubric:: Footnotes

Expand Down

0 comments on commit 1fccb6f

Please sign in to comment.