keyserver/templates/secretadd.html.ep

13 lines
479 B
Text

% layout 'default';
% title 'Send a public key';
<h1><%= $c->config->{serverh1header} %></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>