aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/raw/help_faq.html
blob: 0940659094b2b9fc34c6e1482badc2f759d638ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- Maintain structure with headings with h2 tags and content with p tags.
This makes it easy to translate the values with transifex!
And don't add newlines before or after p tags because of transifex -->
<html>
<head>
</head>
<body>
<h2>How can I specify connection port for Keyserver?</h2>
<p>Add a new Keyserver (or modify existing one) by going to Preferences -> General -> Keyservers. Enter the port number after the Keyserver address and preceded it by a colon. For example, "p80.pool.sks-keyservers.net:80" (without quotation marks) means that server "p80.pool.sks-keyservers.net" is working on a port 80.</p>
<p>Default connection port is 11371 and it doesn't need to be specified.</p>

<h2>A wrong primary user id is shown when searching on a Keyserver</h2>
<p>Unfortunately, this is a bug in the SKS Keyserver software. Its machine-readable output returns the user ids in an arbitrary order. Read the <a href="https://bitbucket.org/skskeyserver/sks-keyserver/issue/28/primary-uid-in-machine-readable-index">related bug report</a> for more information.</p>

<h2>How do I activate OpenKeychain in K-9 Mail?</h2>
<p>To use OpenKeychain with K-9 Mail, you want to follow these steps:</p>
<ol>
    <li>Open K-9 Mail and long-tap on the account you want to use OpenKeychain with.</li>
    <li>Select "Account settings" and scroll to the very bottom and click "Cryptography".</li>
    <li>Click on "OpenPGP Provider" and select OpenKeychain from the list.</li>
</ol>
<p>Thats it.</p>
</body>
</html>