summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/android/en.text8
-rw-r--r--pages/signature-verification/en.text2
2 files changed, 3 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
diff --git a/pages/signature-verification/en.text b/pages/signature-verification/en.text
index f00d8a5..90eea36 100644
--- a/pages/signature-verification/en.text
+++ b/pages/signature-verification/en.text
@@ -2,6 +2,8 @@
Many of the files available for download from this site have been signed. This page will walk you through what you need to do in order to verify these signatures. This process is entirely optional.
+NOTE: Installation of Android and Mac apps will have their signatures verified automatically. However, we provide signatures for these files if you wish to verify them manually with the process below.
+
h2. Import LEAP's key
All the files have been signed with the "LEAP archive signing key". The first step is to import this key into your local keyring. These instructions will use @gpg@, a free implementation of OpenPGP that works on Mac, Windows, and Linux.