root 15 years ago
parent c0fa2d9054
commit dc03e1d517

@ -17,7 +17,7 @@
*/
include_once("../includes/shutdown.php");
?>
<p><?=_("Paste your OpenPGP key below...")?></p>
<p><?=_("Paste your own public GPG key below. It should not contain a picture. CAcert will sign your key after submission.")?></p>
<form method="post" action="gpg.php">
<textarea name="CSR" cols="80" rows="15"><?=array_key_exists('CSR',$_POST)?strip_tags($_POST['CSR']):""?></textarea><br>
<input type="submit" name="process" value="<?=_("Submit")?>">

Loading…
Cancel
Save