diff options
author | Micah Anderson <micah@riseup.net> | 2017-11-08 14:13:51 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-11-08 14:13:51 -0500 |
commit | 3287fa4a0d0c14d22a35e8471acaf579b53a8919 (patch) | |
tree | d6f9eee313c74e43dc70526d5c07e206adac213f /pages/android | |
parent | d571fe1744165e7f549c91ba00db879ea2735fbb (diff) |
Update android instructions to point people to the centralized signature
verification page.
Also make a note that mac and android are already verified, but we provide
signatures for manual verification if desired.
Diffstat (limited to 'pages/android')
-rw-r--r-- | pages/android/en.text | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/pages/android/en.text b/pages/android/en.text index fed79eb..5337a23 100644 --- a/pages/android/en.text +++ b/pages/android/en.text @@ -33,13 +33,7 @@ h3. Beta version <%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/android/beta/Bitmask-Android-0.9.7-rc1.apk', :text => 'Download for Android'}) %> -<%= render({:partial => 'common/notice'}, {:type => 'warning', :text => '<b>ATTENTION:</b> Please verify that the signing certificate of the downloaded app matches this SHA256 fingerprint:<p> 9C:94:DB:F8:46:FD:95:97:</br>47:57:17:2A:6A:8D:9A:9B:</br>DF:8C:40:21:A6:6C:15:11:</br>28:28:D1:72:39:1B:81:AA </p>'}) %> - -h3. How to verify the fingerprint - using the command line on Linux - -bc. cd /path/to/your/apk -unzip -p bitmask.apk META-INF/*.RSA | keytool -printcert - +<%= render({:partial => 'common/notice'}, {:type => 'warning', :text => '<b>ATTENTION:</b> Please [[verify=>https://dl.bitmask.net/en/signature-verification]] the signature!</p>'}) %> h2. Download other versions |