2024-11-11 01:54:24 -08:00
|
|
|
% layout 'default';
|
|
|
|
% title 'Send a public key';
|
2024-11-15 19:37:01 -08:00
|
|
|
<h1><%= $c->config->{serverh1header} %></h1>
|
2024-11-11 01:54:24 -08:00
|
|
|
<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>
|
|
|
|
|