pull/1/head
root 15 years ago
parent dc03e1d517
commit 4252e5bd13

@ -17,7 +17,7 @@
*/
include_once("../includes/shutdown.php");
?>
<p><?=_("Paste your own public GPG key below. It should not contain a picture. CAcert will sign your key after submission.")?></p>
<p><?=_("Paste your own public OpenPGP 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