You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.4 KiB
52 lines
1.4 KiB
<?xml version="1.0"?> |
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
<head> |
|
<title>SKS OpenPGP Public Key Server</title> |
|
</head> |
|
<body> |
|
<h1>SKS OpenPGP Public Key Server</h1> |
|
<hr /> |
|
<h2> |
|
<a id="extract" name="extract">Extracting a OpenPGP Key</a> |
|
</h2> |
|
<form action="/pks/lookup" method="get"> |
|
<p>Index: |
|
<input type="radio" name="op" value="index" /> |
|
Verbose Index: |
|
<input type="radio" name="op" value="vindex" checked="checked" /> |
|
</p> |
|
<p>Search String: |
|
<input name="search" size="40" value="openpkg" /> |
|
</p> |
|
<p> |
|
<input type="checkbox" name="fingerprint" checked="checked" /> |
|
Show OpenPGP "fingerprints" for keys</p> |
|
<p> |
|
<input type="checkbox" name="exact" /> |
|
Only return exact matches</p> |
|
<p> |
|
<input type="reset" value="Reset" /> |
|
|
|
<input type="submit" value="Search!" /> |
|
</p> |
|
</form> |
|
<hr /> |
|
<h2> |
|
<a id="submit" name="submit">Submitting a new OpenPGP Key</a> |
|
</h2> |
|
<form action="/pks/add" method="post"> |
|
<p>Enter ASCII-armored OpenPGP key here:</p> |
|
<p> |
|
<textarea name="keytext" rows="20" cols="66"></textarea> |
|
</p> |
|
<p> |
|
<input type="reset" value="Reset" /> |
|
|
|
<input type="submit" value="Submit!" /> |
|
</p> |
|
</form> |
|
<hr /> |
|
</body> |
|
</html>
|
|
|