summaryrefslogtreecommitdiff
path: root/doc/zimmermann/index.html
blob: e8e36e02be6a6bbec04282f6a0ae39736209e8f0 (plain)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>SKS Search Page</title>
  5. <meta http-equiv="content-type" content="text/html; charset="utf-8">
  6. <meta name="author" content="Yaron M. Minsky/Jack Cummings/Daniel Kahn Gillmor">
  7. </head>
  8. <body text="#000000" bgcolor="#ffffff" link="#000099" vlink="#990099" alink="#000099">
  9. <h1><a href="http://www.nongnu.org/sks/">SKS OpenPGP Keyserver</a> <br> @zimmermann.mayfirst.org</h1>
  10. <p> SKS is a OpenPGP keyserver whose goal is to provide easy to deploy, decentralized, and highly reliable synchronization. That means that a key submitted to one SKS server will quickly be distributed to all key servers, and even wildly out-of-date servers, or servers that experience spotty connectivity, can fully synchronize with rest of the system. </p>
  11. <p>You can find out more about SKS, along with links to graphs of the network status <a href="http://www.nongnu.org/sks/">here</a>.</p>
  12. <table cellpadding="2" cellspacing="2" border="1" width="600" bgcolor="#ddddff">
  13. <tr>
  14. <td valign="top">
  15. <h3>Extract a key</h3>
  16. <p>You can extract a key by typing in some words that appear in the userid
  17. of the key you're looking for, or by typing in the keyid in hex format ("0x...")</p>
  18. <p>
  19. <form action="/pks/lookup" method="get">
  20. Search String: <input name="search" size="40"> <br>
  21. Show PGP "fingerprints" for keys
  22. <input type="checkbox" name="fingerprint"> <br>
  23. Show SKS full-key hashes
  24. <input type="checkbox" name="hash"> <br>
  25. Search for keys: <br>
  26. <input type="radio" name="op" value="index" CHECKED> get index of matching keys <br>
  27. <input type="radio" name="op" value="vindex"> get verbose index of matching keys <br>
  28. <input type="radio" name="op" value="get"> retrieve ascii-armored keys <br>
  29. <input type="radio" name="op" value="hget"> retrieve keys by full-key hash
  30. <br>
  31. <input type="reset" value="Reset">
  32. <input type="submit">
  33. </form>
  34. <br>
  35. </td>
  36. </tr>
  37. <tr>
  38. <td valign="top">
  39. <h3>Submit a key</h3>
  40. You can submit a key by simply pasting in the ASCII-armored version
  41. of your key and clicking on submit.
  42. <form action="/pks/add" method="post">
  43. <textarea name="keytext" rows="20" cols="66"></textarea> <br>
  44. <input type="reset" value="Reset">
  45. <input type="submit" value="Submit this key to the keyserver!">
  46. </form>
  47. </td>
  48. </tr>
  49. <tr>
  50. <td>
  51. <h3>
  52. Access
  53. </h3>
  54. To use this server directly via HKP add this to your .PGP keyserver list:<br>
  55. <pre>x-hkp://zimmermann.mayfirst.org
  56. http://zimmermann.mayfirst.org:11371</pre>
  57. You can also select a random server by adding this to your keyserver list:<br>
  58. <pre>x-hkp://pool.sks-keyservers.net
  59. http://pool.sks-keyservers.net:11371</pre>
  60. </td>
  61. </tr>
  62. </tbody>
  63. </table>
  64. <hr>
  65. [<a href="/pks/lookup?op=stats">Server Status</a>] If you have any questions
  66. about or problems with this server, please <a href="https://support.mayfirst.org/newticket?summary=zimmermann.mayfirst.org%20trouble">open a ticket</a>.
  67. </body>
  68. </html>