13 lines
473 B
Text
13 lines
473 B
Text
% layout 'default';
|
|
% title 'Send a public key';
|
|
<h1>Welcome to jjakke's keyserver!</h1>
|
|
<p><a href="/">index</a></p>
|
|
<h2>Send a public key (secretly)</h2>
|
|
|
|
<form method="POST" action="<%= $c->config->{secret_add} %>" target="_blank">
|
|
<label for="">Armored keytext:</label>
|
|
<textarea rows="20" cols="60" type="t" id="keytext" name="keytext" placeholder="----- BEGIN PGP PUBLIC KEY BLOCK -----" required></textarea>
|
|
<br>
|
|
<input type="submit" value="Send Key">
|
|
</form>
|
|
|